Class KeyRange<TKey>

Used for range scans. Omitting first or last implies the end of the tree.

Type Parameters

  • TKey

Constructors

Properties

Constructors

Properties

first?: KeyBound<TKey>
isAscending: boolean = true
last?: KeyBound<TKey>

Generated using TypeDoc