This module is public due to compiler limitations. Do not use it; it is subject to be removed or altered at any time.
Function or value | Description |
|
|
Full Usage:
ofSeqEx xs
Parameters:
KeyValuePair<^a, 'c> seq
Returns: RangeMap<^a, 'c>
Modifiers: inline Type parameters: ^a, ^b, 'c |
Creates a `RangeMap` from a sequence of key-value pairs. The keys can be of any type that can has the notion of "one" and equality checking.
|
Full Usage:
toSeqEx rm
Parameters:
RangeMap<^TKey, ^TValue>
Returns: KeyValuePair<^TKey, ^TValue> seq
Modifiers: inline Type parameters: ^TKey, ^TValue |
|