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:
@ -875,6 +875,7 @@ fn new_v(args[]string) &V {
|
||||
'int.v',
|
||||
'utf8.v',
|
||||
'map.v',
|
||||
'hashmap.v',
|
||||
'option.v',
|
||||
]
|
||||
//println(builtins)
|
||||
|
Reference in New Issue
Block a user