tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
RBTreeT.Range
tagion
betterC
utils
RBTree
RBTreeT
Undocumented in source.
struct
RBTreeT
(K)
@
nogc
struct
Range {
import
std
.
traits
;
;
this
(const(Node*) root);
~this
();
void
dispose
();
bool
empty
[@property getter];
const
(
K
)
front
[@property getter];
void
popFront
();
}
Constructors
this
this
(const(Node*) root)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
dispose
void
dispose
()
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.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
const
(
K
)
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tagion
betterC
utils
RBTree
RBTreeT
destructors
~this
enums
Color
functions
_search
dispose
dump
exists
expropriate
get
insert
insert_fixup
left_rotate
opSlice
remove
remove_fixup
right_rotate
search
surrender
transplant
tree_minimum
properties
empty
length
static functions
compare
structs
Node
Range