mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
maps: add a maps module, with generic filter, flatten, invert, to_map, to_array, from_array functions (#15945)
This commit is contained in:
3
vlib/maps/README.md
Normal file
3
vlib/maps/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## Description:
|
||||
|
||||
`maps` is a module that provides utility functions to make working with maps easier.
|
||||
Reference in New Issue
Block a user