StructhashMap

Slightly specialized version of Map that would simply take the raw value of structs to hash them

version(unittest)
class StructhashMap : Map!(V, K)(
V
K
) {}

Constructors

this
this(size_t n)

Constructor

Members

Functions

toHash
hash_t toHash(K key)

Dumb and easy toHash method.

Meta