spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
PointerArray.opSlice
spasm
rt
array
PointerArray
Slice operator overload
auto
opSlice
()
auto
opSlice
(size_t a, size_t b)
struct
PointerArray
(T, Allocator = SpasmGCAllocator)
pragma(
inline
, true) @
nogc
@
trusted
auto
opSlice
(
this
This
)
(
size_t
a
,
size_t
b
)
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 operator overload