dlangui v0.10.0 (2022-11-08T19:06:33Z)
Home
Dub
Repo
Collection.opApply
dlangui
core
collections
Collection
support of foreach with reference
struct
Collection
(T, bool ownItems = false)
int
opApply
(
int
delegate
(
ref
T
param
)
op
)
Meta
Source
See Implementation
dlangui
core
collections
Collection
destructors
~this
functions
add
addAll
clear
indexOf
opApply
opIndex
opOpAssign
pushBack
pushFront
remove
removeValue
properties
back
empty
front
length
peekBack
peekFront
popBack
popFront
size
support of foreach with reference