1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/maps
2022-11-26 18:23:26 +02:00
..
maps_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
maps.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
README.md maps: add a maps module, with generic filter, flatten, invert, to_map, to_array, from_array functions (#15945) 2022-10-02 10:59:13 +03:00

Description:

maps is a module that provides utility functions to make working with maps easier.