libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
HashMapImpl.get
memutils
hashmap
HashMapImpl
Undocumented in source. Be warned that the author may not have intended to support it.
Value
get
(Key key, Value default_value)
struct
HashMapImpl
(Key, Value, ALLOC = void)
@
trusted
nothrow const
Value
get
(
in
Key
key
,
Value
default_value
=
Value.init
)
const
(
Value
)
get
(Key key, const(Value) default_value)
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