Additional operations on Map<'Key, 'Value>
Function or value | Description |
|
|
|
|
|
|
|
|
Full Usage:
Map.keys source
Parameters:
Map<'Key, 'T>
-
The input map.
Returns: 'Key seq
A seq of the keys in the map.
|
Note: this function has since been added to FSharp.Core. It will be removed in next major release of FSharpPlus.
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Map.values source
Parameters:
Map<'Key, 'T>
-
The input map.
Returns: 'T seq
A seq of the values in the map.
|
Note: this function has since been added to FSharp.Core. It will be removed in next major release of FSharpPlus.
|
|