Module : lang.map
Module Overview
This module provides lang library map operations defined by the language specification 2019R2.
$anonType$2 |
entries | Returns a map containing [key, member] pair as the value for each key. |
filter | Returns a new map constructed from those elements of 'm' for which |
forEach | Applies |
get | Returns the member of map |
hasKey | Tells whether m has a member with key |
iterator | Returns an iterator over the members of |
keys | Returns a list of all the keys of map |
length | Returns number of members in |
map | Return a map with the result of applying function |
reduce | Reduce operate on each member of |
remove | Removes the member of |
removeAll | Removes all members of |