decs ~master (2021-07-15T12:31:03.9074131)
Dub
Repo
Array.opApply
decs
collections
Array
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref T) dg)
int
opApply
(int delegate(T*) dg)
struct
Array
(T)
int
opApply
(
int
delegate
(
T
*
)
dg
)
int
opApply
(int delegate(size_t, T*) dg)
Meta
Source
See Implementation
decs
collections
Array
functions
add
add_all
clear
create
destroy
empty
ensureTotalCapacity
expandToCapacity
get
get_slice
index_of
length
opApply
opIndex
opIndexAssign
pop
remove
removeSwap
remove_at
remove_back
resize
set
static functions
createWith
variables
_items
allocator
capacity