more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
LengthArray.opApply
more
array
LengthArray
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref T element) dg)
int
opApply
(int delegate(SizeType index, ref T element) dg)
struct
LengthArray
(T, SizeType)
pragma(
inline
) const
int
opApply
(
scope
int
delegate
(
SizeType
index
,
ref
T
element
)
dg
)
Meta
Source
See Implementation
more
array
LengthArray
functions
isNull
nullify
opApply
opDollar
opIndex
opSlice
properties
asArray
last
nullValue
variables
length
ptr