1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builtin: a very early version of the hashmap

This commit is contained in:
Alexander Medvednikov
2019-10-01 02:14:12 +03:00
parent d535e78c98
commit 841d824216
4 changed files with 115 additions and 0 deletions

View File

@ -875,6 +875,7 @@ fn new_v(args[]string) &V {
'int.v',
'utf8.v',
'map.v',
'hashmap.v',
'option.v',
]
//println(builtins)