phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
FixedDynamicArray.opSlice
nxt
container
fixed_dynamic_array
FixedDynamicArray
Slice support.
inout
(
T
)[]
opSlice
(size_t i, size_t j)
struct
FixedDynamicArray
(T, Allocator = Mallocator)
@
safe
pragma(
inline
, true) inout @
trusted
return scope
inout
(
T
)[]
opSlice
(
size_t
i
,
size_t
j
)
if
(
isAllocator
!
Allocator
)
inout
(
T
)[]
opSlice
()
Meta
Source
See Implementation
nxt
container
fixed_dynamic_array
FixedDynamicArray
destructors
~this
functions
opIndex
opSlice
opSliceAssign
postblits
this(this)
static functions
makeUninitializedOfLength
Slice support.