LinearIndex
An index that maps keys K
to offsets Address
. The keys cannot be duplicated.
The construction checks if the keys are ordered (using the provided or the default
comparer for K
) and disallows certain operations on unordered indices.
Constructors
Constructor | Description |
new LinearIndex
Signature:(keys:seq<'K> * builder:IIndexBuilder * ?ordered:bool option) -> LinearIndex<'K>
|
Instance members
Instance member | Description |
linearIndex.KeysArray
Signature:Lazy<'K []>
|
Exposes keys array for use in the index builder |