ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
Data.this
ae
sys
data
Data
Create a new instance with given size/capacity. Capacity defaults to size.
this
(const(void)[] data, bool forceReallocation)
this
(void[] data, bool forceReallocation)
this
(size_t size, size_t capacity)
struct
Data
this
(
size_t
size
,
size_t
capacity
= 0
)
this
(DataWrapper wrapper, bool mutable)
Meta
Source
See Implementation
ae
sys
data
Data
aliases
opDollar
constructors
this
destructors
~this
functions
append
clear
concat
deleteContents
opCast
opSlice
popFront
prepend
postblits
this(this)
properties
capacity
contents
dup
empty
length
mcontents
mptr
ptr
toHeap
templates
opBinary
opBinaryRight
opOpAssign
Create a new instance with given size/capacity. Capacity defaults to size.