Table of Contents
- haskey - Check if map has a certain key
- filter - Filter a Map
- mapmap - Maps an operation onto all key/value pairs of a map
- maplist - Maps an operation onto all elements key/value and create a list
- union - Union of 2 maps
- add - Add a key/value pair to a map
- change - Change element pair in a map
- size - Size of a map
- foreach - Process the content of a map
- tomap - Converts a value to a map.
- remove - Remove key/value pair from a map
- lookup - Select a map element