1
0
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:
ChAoS_UnItY
2022-10-02 15:59:13 +08:00
committed by GitHub
parent 8a38bc2324
commit 20f5eef2dc
3 changed files with 182 additions and 0 deletions

3
vlib/maps/README.md Normal file
View File

@@ -0,0 +1,3 @@
## Description:
`maps` is a module that provides utility functions to make working with maps easier.