mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
TypedIndexSlice.opApply
mecca
lib
typedid
TypedIndexSlice
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(KEY key, ref const(VALUE) value) dg)
int
opApply
(int delegate(KEY key, ref VALUE value) dg)
int
opApply
(int delegate(ref const(VALUE) value) dg)
int
opApply
(int delegate(ref VALUE value) dg)
struct
TypedIndexSlice
(KEY, VALUE)
int
opApply
(
scope
int
delegate
(
ref
VALUE
value
)
dg
)
if
(
isAlgebraicTypedIdentifier
!
KEY
)
Meta
Source
See Implementation
mecca
lib
typedid
TypedIndexSlice
aliases
Key
functions
opApply
opAssign
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
opSlice
popFront
properties
empty
front
length
opDollar
range