FKinds

Set of File Kinds with Internal Hashing.

class FKinds {
FKind[] byIndex;
}

Members

Functions

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.

Meta