dlangide v0.7.15 (2016-10-13T06:46:58Z)
Home
Dub
Repo
Collection.opOpAssign
collections
Collection
support for appending (~=, +=) and removing by value (-=)
struct
Collection
(T, bool ownItems = false)
ref
Collection
opOpAssign
(
string
op
)
(
T
item
)
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 for appending (~=, +=) and removing by value (-=)