Zmap<'Key, 'T> Type
Maps with a specific comparison function
Instance members
Instance member |
Description
|
Full Usage:
this.Count
Returns: int
|
The number of bindings in the map.
|
Full Usage:
this.IsEmpty
Returns: bool
|
Return True if there are no bindings in the map.
|
Full Usage:
this[arg1]
Parameters:
'Key
Returns: 'T
|
Lookup an element in the map. Raise
|