31 lines
661 B
Markdown
31 lines
661 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - maps.fun — overview
|
|
subtitle: Working with maps, construction, lookup/update, merging, iteration, and common patterns.
|
|
description: Working with maps, construction, lookup/update, merging, iteration, and common patterns.
|
|
permalink: /documentation/examples/maps/
|
|
lang: en
|
|
tags:
|
|
- common
|
|
- construction
|
|
- example
|
|
- iteration
|
|
- lookup
|
|
- maps
|
|
- merging
|
|
- patterns
|
|
- update
|
|
---
|
|
|
|
|
|
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
|