memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
HashMap.opApply
memutils
hashmap
HashMap
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref Value) del)
struct
HashMap
(Key, Value, ALLOC = ThreadMem)
int
opApply
(
int
delegate
(
ref
Value
)
del
)
int
opApply
(int delegate(in ref Value) del)
int
opApply
(int delegate(const ref Key, ref Value) del)
int
opApply
(int delegate(in ref Key, in ref Value) del)
Meta
Source
See Implementation
memutils
hashmap
HashMap
aliases
Traits
destructors
~this
functions
clear
get
opApply
opBinaryRight
opIndex
opIndexAssign
remove
set
setupHasher
postblits
this(this)
properties
empty
length
structs
TableEntry