ocean v6.1.0 (2021-04-20T01:38:04Z)
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
aliases
opBinaryRight
classes
FixedKeyMapException
constructors
this
functions
length
opApply
opIn_r
opIndex
opIndexAssign
foreach operator over keys in the map.