digitree
Preparing search index...
KeyRange
Class KeyRange<TKey>
Used for range scans. Omitting first or last implies the end of the tree.
Type Parameters
TKey
Index
Constructors
constructor
Properties
first?
is
Ascending
last?
Constructors
constructor
new
KeyRange
<
TKey
>
(
first
?:
KeyBound
<
TKey
>
,
last
?:
KeyBound
<
TKey
>
,
isAscending
?:
boolean
,
)
:
KeyRange
<
TKey
>
Type Parameters
TKey
Parameters
Optional
first
:
KeyBound
<
TKey
>
Optional
last
:
KeyBound
<
TKey
>
isAscending
:
boolean
= true
Returns
KeyRange
<
TKey
>
Properties
Optional
first
first
?:
KeyBound
<
TKey
>
is
Ascending
isAscending
:
boolean
= true
Optional
last
last
?:
KeyBound
<
TKey
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
first
is
Ascending
last
digitree
Loading...
Used for range scans. Omitting first or last implies the end of the tree.