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