unstandard ~master (2017-05-26T08:42:45Z)
Dub
Repo
WeakReferenceArray.reserve
unstd
memory
weakref
WeakReferenceArray
Reserve at least
newCapacity
elements for appending.
class
WeakReferenceArray
(T)
void
reserve
(
in
size_t
newCapacity
)
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
Reserve at least newCapacity elements for appending.