spasm ~master (2020-09-12T08:27:15Z)
Dub
Repo
PointerArray.opSliceAssign
spasm
rt
array
PointerArray
Slice assignment support
void
opSliceAssign
(T value)
struct
PointerArray
(T, Allocator = SpasmGCAllocator)
@
nogc
void
opSliceAssign
(
T
value
)
if
(
is
(
T
:
U
*,
U
)
)
void
opSliceAssign
(T value, size_t i, size_t j)
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