ARMap Module
This is a helper class for manipulating an ARMap (AddressRangeMap), a non-overlapping interval map. We provide both F#- and C#-style APIs.
Functions and values
Function or value | Description | ||
|
|
||
|
|
||
|
|||
|
|||
Full Usage:
ARMap.count tree
Parameters:
ARMap<'V>
-
The interval tree.
Returns: int
The number of bindings.
|
|||
|
|
||
|
|||
|
|||
|
|||
|
|||
Full Usage:
ARMap.isEmpty tree
Parameters:
ARMap<'V>
-
The interval tree.
Returns: bool
Returns true if the tree is empty, false otherwise.
|
|
||
|
|||
|
|||
|
|||
|
|
||
|
|||
|
|||
|