ae v0.0.3574 (2024-07-05T19:56:39Z)
Home
Dub
Repo
DynamicMemory.this
ae
sys
data
DynamicMemory
Create a new instance with given capacity.
class
DynamicMemory
(Allocator)
pure @
trusted
nothrow @
nogc
this
(
size_t
size
,
size_t
capacity
)
Meta
Source
See Implementation
ae
sys
data
DynamicMemory
aliases
allocatedThreshold
collectThreshold
constructors
this
destructors
~this
functions
setSize
properties
capacity
contents
size
variables
_capacity
_size
data
Create a new instance with given capacity.