vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
DefaultHashMapTraits
vutil
hashmap
Undocumented in source.
struct
DefaultHashMapTraits (
Key
) {
enum
clearValue
;
static
bool
equals
(Key a, Key b);
static
size_t
hashOf
(Key k);
}
Members
Manifest constants
clearValue
enum
clearValue
;
Undocumented in source.
Static functions
equals
bool
equals
(Key a, Key b)
Undocumented in source. Be warned that the author may not have intended to support it.
hashOf
size_t
hashOf
(Key k)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
vutil
hashmap
structs
DefaultHashMapTraits
HashMap