ikod.containers.hash

Undocumented in source.

Members

Functions

UseToHashMethod
bool UseToHashMethod()

For classes (and structs with toHash method) we use v.toHash() to compute hash. =============================================================================== toHash method CAN BE @nogc or not. HashMap 'nogc' properties is inherited from this method. toHash method MUST BE @safe or @trusted, as all HashMap code alredy safe.

hash_function
hash_t hash_function(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
hash_function
hash_t hash_function(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta