values¶
Extract all the values from a map.
Parameters:
No. | Type | Comments |
---|---|---|
1 | map< K, V > | The map to extract the values from |
Returns:
list< V >
- The list of values from this map.
Usages:
values( m : map<K, V> ) : list< V >
Extract all the values from a map.
Parameters:
No. | Type | Comments |
---|---|---|
1 | map< K, V > | The map to extract the values from |
Returns:
list< V >
- The list of values from this map.
Usages:
values( m : map<K, V> ) : list< V >