HashSet.Group

Undocumented in source.
struct HashSet(T, alias hashFunc = defaultHashFunc, ADV...)
static
struct Group {}

Members

Functions

opEquals
bool opEquals(Group r)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

elements
T[8] elements;
Undocumented in source.
values
ADV[0][8] values;
Undocumented in source.

Meta