mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: map ordering
This commit is contained in:
parent
2ffad85f06
commit
af41058979
@ -1272,6 +1272,8 @@ val2 := arr[333]?
|
||||
println(val2)
|
||||
```
|
||||
|
||||
Maps are ordered by insertion, like dictionaries in Python. The order is a guaranteed language feature. This may change in the future.
|
||||
|
||||
## Module imports
|
||||
|
||||
For information about creating a module, see [Modules](#modules).
|
||||
|
Loading…
Reference in New Issue
Block a user