vibe-d ~master (2022-11-16T10:14:41Z)
Home
Dub
Repo
DefaultHashMapTraits
index
vibe
utils
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
index
vibe
utils
hashmap
structs
DefaultHashMapTraits
HashMap