mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
map: allow array values
This commit is contained in:
@@ -14,7 +14,6 @@ pub:
|
||||
len int
|
||||
cap int
|
||||
element_size int
|
||||
|
||||
}
|
||||
|
||||
// Private function, used by V (`nums := []int`)
|
||||
|
||||
Reference in New Issue
Block a user