map, any, any
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Maps, Transformers
Construct and answer a map that is based on the supplied map. The answer (potentially) differs from the argument in that it contains a binding from key to value; any value previously bound to key is forgotten in the new map.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | aMap | map | A map. | |
2 | key | any | A key. | |
3 | value | any | The new value for the key. | |
Returns | {any→any|1..∞} | The requested map. |