HashSet

Undocumented in source.

Members

Functions

add
void add(T el, ADV value)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(T el, ADV value)
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.
getIndex
size_t getIndex(T el)
Undocumented in source. Be warned that the author may not have intended to support it.
getIndex
size_t getIndex(T el)
Undocumented in source. Be warned that the author may not have intended to support it.
getLoadFactor
float getLoadFactor(size_t forElementsNum)
Undocumented in source. Be warned that the author may not have intended to support it.
hashMod
int hashMod(size_t hash)
Undocumented in source. Be warned that the author may not have intended to support it.
isIn
bool isIn(T el)
Undocumented in source. Be warned that the author may not have intended to support it.
isIn
bool isIn(T el)
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.
opApply
int opApply(DG dg)
Undocumented in source. Be warned that the author may not have intended to support it.
rehash
void rehash()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T el)
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.
saveGroupDistributionPlot
void saveGroupDistributionPlot(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
tryRemove
bool tryRemove(T el)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

hasValue
enum hasValue;
Undocumented in source.
rehashFactor
enum rehashFactor;
Undocumented in source.

Static functions

matchSIMD
auto matchSIMD(ushort8 control, ushort check)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Group
struct Group
Undocumented in source.

Variables

addedElements
size_t addedElements;
Undocumented in source.
getIndexEmptyValue
enum size_t getIndexEmptyValue;
Undocumented in source.
groups
Vector!Group groups;
Undocumented in source.

Meta