dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
BTree.BTreeRange
dplug
core
btree
BTree
Btree Range
struct
BTree
(K, V, alias less = "a < b", bool allowDuplicates = false, bool duplicateKeyIsUB = false)
nothrow @
nogc
static
struct
BTreeRange (
RangeType
type
) {
this
(BTree tree);
this
(const(BTree) tree);
bool
empty
();
auto
front
();
void
popFront
();
}
Constructors
this
this
(BTree tree)
Undocumented in source.
this
this
(const(BTree) tree)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dplug
core
btree
BTree
constructors
this
destructors
~this
enums
RangeType
functions
byKey
byKeyValue
byValue
contains
display
empty
insert
length
opBinaryRight
opIndex
remove
manifest constants
minDegree
postblits
this(this)
structs
BTreeRange
variables
maxChildren
maxKeys
minChildren
minKeys
Btree Range