dlangide v0.7.22 (2016-10-17T10:25:42Z)
Home
Dub
Repo
Collection.opApply
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
collections
Collection
destructors
~this
functions
add
addAll
clear
indexOf
opApply
opIndex
opOpAssign
pushBack
pushFront
remove
removeValue
properties
back
empty
front
length
popBack
popFront
size
support of foreach with reference