ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
TData.opIndexAssign
ae
sys
data
TData
Write an individual item.
struct
TData
(T)
static if
(
is(typeof(data[0] = T.init))
)
T
opIndexAssign
(
T
value
,
size_t
index
)
if
(
!
hasIndirections
!
T
)
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
Write an individual item.