ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
FixedKeyMap.opApply
ocean
util
container
FixedKeyMap
FixedKeyMap
foreach operator over keys and values in the map.
int
opApply
(int delegate(ref K) dg)
int
opApply
(int delegate(ref K, ref V) dg)
class
FixedKeyMap
(K, V)
int
opApply
(
scope
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 and values in the map.