Header menu logo Deedle

IRangeRestriction<'TAddress> Type

A sequence of indicies together with the total number. Use `RangeRestriction.ofSeq` to create one from a sequence. This can be implemented by concrete vector/index builders to allow further optimizations (e.g. when the underlying source directly supports range operations). For example, if your source has an optimised way for getting every 10th address, you can create your own `IRangeRestriction` and then check for it in `LookupRange` and use optimised implementation rather than actually iterating over the sequence of indices.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int64
Modifiers: abstract
Returns: int64

Type something to start searching.