digitree
    Preparing search index...

    Class KeyRange<TKey>

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

    Type Parameters

    • TKey
    Index

    Constructors

    Properties

    Constructors

    Properties

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