voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
HashMapImpl.opApply
voxelman
container
hash
hashtableparts
HashMapImpl
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref Value) del)
int
opApply
(int delegate(in Key, ref Value) del)
mixintemplate
HashMapImpl
()
int
opApply
(
scope
int
delegate
(
in
Key
,
ref
Value
)
del
)
Meta
Source
See Implementation
voxelman
container
hash
hashtableparts
HashMapImpl
aliases
KeyT
ValueT
put
functions
byKey
get
getOrCreate
opApply
opBinaryRight
opIndex
opIndexAssign
printBuckets
removeByPtr
toString
variables
values