containers v0.1.0 (2015-08-28T00:03:20Z)
Home
Dub
Repo
TTree.opOpAssign
containers
ttree
TTree
tree ~= item
operator overload.
struct
TTree
(T, bool allowDuplicates = false, alias less = "a < b", bool supportGC = true, size_t cacheLineSize = 64)
void
opOpAssign
(
string
op
)
(
T
value
)
if
(
op
== "~"
)
Meta
Source
See Implementation
containers
ttree
TTree
aliases
Value
opSlice
put
destructors
~this
functions
contains
empty
equalRange
insert
length
lowerBound
opOpAssign
range
remove
upperBound
postblits
this(this)
structs
Range
variables
nodeCapacity
tree ~= item operator overload.