ocean v6.2.0 (2021-12-09T10:56:40Z)
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.