ocean v5.1.3 (2019-10-14T07:52:28Z)
Home
Dub
Repo
FixedKeyMap.opApply
ocean
util
container
FixedKeyMap
FixedKeyMap
foreach operator over keys in the map.
int
opApply
(int delegate(ref K) dg)
class
FixedKeyMap
(K, V)
int
opApply
(
scope
int
delegate
(
ref
K
)
dg
)
int
opApply
(int delegate(ref K, ref V) dg)
int
opApply
(int delegate(ref size_t, ref K, ref V) dg)
Meta
Source
See Implementation
ocean
util
container
FixedKeyMap
FixedKeyMap
classes
FixedKeyMapException
constructors
this
functions
length
opApply
opIn_r
opIndex
opIndexAssign
foreach operator over keys in the map.