tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
HashMap.opApply
tango
util
container
HashMap
HashMap
int
opApply
(int delegate(ref K key, ref V value) dg)
class
HashMap
(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
int
opApply
(
scope
int
delegate
(
ref
K
key
,
ref
V
value
)
dg
)
int
opApply
(int delegate(ref V value) dg)
Meta
Source
See Implementation
tango
util
container
HashMap
HashMap
constructors
this
destructors
~this
functions
add
buckets
cache
check
clear
contains
containsKey
containsPair
get
isEmpty
iterator
keyOf
opApply
opIn_r
opIndex
opIndexAssign
remove
removeKey
replace
replaceKey
replacePair
reset
take
threshold
toArray
properties
dup
size