libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
HashMapImpl.TableEntry
memutils
hashmap
HashMapImpl
Undocumented in source.
struct
HashMapImpl
(Key, Value, ALLOC = void)
@
trusted
nothrow
struct
TableEntry {
UnConst
!
Key
key
;
Value
value
;
this
(Key key, Value value);
}
Constructors
this
this
(Key key, Value value)
Undocumented in source.
Members
Variables
key
UnConst
!
Key
key
;
Undocumented in source.
value
Value
value
;
Undocumented in source.
Meta
Source
See Implementation
memutils
hashmap
HashMapImpl
aliases
Traits
destructors
~this
functions
clear
get
opApply
opBinaryRight
opIndex
opIndexAssign
remove
set
setupHasher
postblits
this(this)
properties
empty
length
structs
TableEntry