voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
HashMap.opApply
voxelman
container
hashmap
HashMap
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 ref Value) del)
int
opApply
(int delegate(Key, ref Value) del)
int
opApply
(int delegate(in ref Key, in ref Value) del)
struct
HashMap
(Key, Value, Key nullKey = Key.max, A = GCAllocator)
const
int
opApply
(
scope
int
delegate
(
in
ref
Key
,
in
ref
Value
)
del
)
Meta
Source
See Implementation
voxelman
container
hashmap
HashMap
aliases
allocator
constructors
this
functions
clear
get
getOrCreate
getTable
opApply
opBinaryRight
opIndex
opIndexAssign
printStats
remove
reserve
shrink
toString
properties
capacity
empty
variables
keys
length
values