ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
TData.this
ae
sys
data
TData
Create a new instance with given size/capacity. Capacity defaults to size.
this
(U[] data)
this
(typeof(null) n)
this
(U[] data)
this
(size_t size, size_t capacity)
struct
TData
(T)
this
(
size_t
size
,
size_t
capacity
= 0
)
if
(
!
hasIndirections
!
T
)
this
(Memory memory)
Meta
Source
See Implementation
ae
sys
data
TData
aliases
opDollar
constructors
this
destructors
~this
functions
asDataOf
castTo
clear
deleteContents
ensureUnique
enter
front
indexOf
opAssign
opCast
opIndex
opIndexAssign
opSlice
popFront
toGC
toHeap
postblits
this(this)
properties
capacity
contents
dup
empty
length
mcontents
mptr
ptr
unsafeContents
static functions
wrapGC
templates
opBinary
opBinaryRight
opOpAssign
Create a new instance with given size/capacity. Capacity defaults to size.