map
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Maps, Queries
Answer a tuple containing the bindings of the specified map. A binding is a 2-tuple of key and value.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | aMapType | map | A map. | |
Returns | <<any…|2>…|> | The argument's bindings. |