ae v0.0.1988 (2017-07-15T23:47:40Z)
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
opCat
opCatAssign
opCat_r
opSlice
popFront
prepend
postblits
this(this)
properties
capacity
contents
dup
empty
length
mcontents
mptr
ptr
toHeap
Create a new instance with given size/capacity. Capacity defaults to size.