SortedVector

Vector which keeps data sorted

Members

Aliases

cmpFunction
alias cmpFunction = binaryFun!less
Undocumented in source.

Functions

add
size_t add(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(T[] t)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t elemNum)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(T[] obj)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
T[] opSlice(size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(size_t elemNum)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

vec
Vector!T vec;
Undocumented in source.

Meta