fun> Fun - maps.fun β overview
Working with maps, construction, lookup/update, merging, iteration, and common patterns.
What it shows
- Working with maps: creation, indexing, iteration, and typical idioms.
How to run
- export FUN_LIB_DIR=β./libβ
- ./build_debug/fun examples/maps.fun
- Or: fun examples/maps.fun

