spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
PointerArray.opSliceAssign
spasm
rt
array
PointerArray
Slice assignment support
void
opSliceAssign
(T value)
void
opSliceAssign
(T value, size_t i, size_t j)
struct
PointerArray
(T, Allocator = SpasmGCAllocator)
@
nogc
void
opSliceAssign
(
T
value
,
size_t
i
,
size_t
j
)
if
(
is
(
T
:
U
*,
U
)
)
Meta
Source
See Implementation
spasm
rt
array
PointerArray
aliases
insert
insertAnywhere
opDollar
put
constructors
this
functions
back
front
insertBack
length
opIndex
opIndexAssign
opSlice
opSliceAssign
remove
shrinkTo
Slice assignment support