libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
DefaultHashMapTraits
memutils
hashmap
Undocumented in source.
struct
DefaultHashMapTraits (
Key
) {
nothrow
enum
clearValue
;
static
bool
equals
(Key a, Key b);
}
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.
Meta
Source
See Implementation
memutils
hashmap
aliases
HashMap
structs
DefaultHashMapTraits
HashMapImpl