unstandard ~master (2017-05-26T08:42:45Z)
Dub
Repo
WeakReferenceArray.opOpAssign
unstd
memory
weakref
WeakReferenceArray
Appends new weak reference to
target
to the array.
class
WeakReferenceArray
(T)
void
opOpAssign
(
string
op
: "~"
)
(
T
target
)
if
(
isWeakReferenceable
!
T
)
Meta
Source
See Implementation
unstd
memory
weakref
WeakReferenceArray
constructors
this
destructors
~this
functions
makeHard
makeWeak
opIndex
opIndexAssign
opOpAssign
removeDead
reserve
properties
aliveCount
buff
capacity
count
hard
Appends new weak reference to target to the array.