vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
HashMapImpl.opApply
vox
utils
hash
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
vox
utils
hash
HashMapImpl
aliases
KeyT
ValueT
functions
dump
get
getOrCreate
opApply
opBinaryRight
opIndex
put
toString
values
variables
keyBuckets