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