FKinds

Set of File Kinds with Internal Hashing.

Members

Functions

opOpAssign
void opOpAssign(FKind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(FKinds kinds)
Undocumented in source. Be warned that the author may not have intended to support it.
register
FKinds register(FKind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
rehash
FKinds rehash()

Rehash Internal AAs. TODO: Change to @safe when https://github.com/D-Programming-Language/druntime/pull/942 has been merged TODO: Change to nothrow when uniq becomes nothrow.

Variables

byIndex
FKind[] byIndex;
Undocumented in source.

Meta