SortedTreePayload

Undocumented in source.

Members

Aliases

NP
alias NP = Node*
Undocumented in source.

Functions

insert
void insert(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
lowerCount
size_t lowerCount(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAt
void removeAt(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
removeKey
void removeKey(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
validCheck
void validCheck()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Node
struct Node
Undocumented in source.

Variables

n
NP n;
Undocumented in source.

Meta