evael-lib ~master (2021-11-14T17:39:38.2764722)
Dub
Repo
Array.opApply
evael
lib
containers
array
Array
@nogc foreach support.
int
opApply
(int delegate(size_t i, ref T) @(nogc) operation)
struct
Array
(T)
@
nogc
int
opApply
(
scope
int
delegate
(
size_t
i
,
ref
T
)
@
nogc
operation
)
int
opApply
(int delegate(ref T) @(nogc) operation)
int
opApply
(int delegate(size_t i, ref T) operation)
int
opApply
(int delegate(ref T) operation)
Meta
Source
See Implementation
evael
lib
containers
array
Array
constructors
this
functions
dispose
insert
opApply
opApplyImpl
opApplyIndexImpl
opIndex
opIndexAssign
opSlice
opSliceAssign
removeAt
removeBack
properties
back
capacity
data
empty
front
length
@nogc foreach support.