unstandard ~master (2017-05-26T08:42:45Z)
Dub
Repo
WeakReferenceArray.removeDead
unstd
memory
weakref
WeakReferenceArray
Remove dead weak references from the array. This may decrease
count
.
class
WeakReferenceArray
(T)
nothrow
void
removeDead
(
)
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
Remove dead weak references from the array. This may decrease count.