Set

Undocumented in source.

Members

Aliases

THash
alias THash = ReturnType!HashFunc
Undocumented in source.

Functions

add
T add(T t, bool changed, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
add
T add(T t, Args args)
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.
isValidValue
bool isValidValue(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T v) d)
Undocumented in source. Be warned that the author may not have intended to support it.
toVec
void toVec(Vec!T result)
Undocumented in source. Be warned that the author may not have intended to support it.
unionSet
bool unionSet(Other other)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

data
T[][THash] data;
Undocumented in source.

Meta