phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
FixedArray.opSlice
nxt
fixed_array
FixedArray
Get read-write slice in range
i
..
j
.
auto
opSlice
(size_t i, size_t j)
auto
opSlice
(size_t i, size_t j)
struct
FixedArray
(T, uint capacity_, bool borrowChecked = false)
pragma(
inline
, true) return scope
auto
opSlice
(
size_t
i
,
size_t
j
)
auto
opSlice
()
auto
opSlice
()
inout
(
T
)[]
opSlice
(size_t i, size_t j)
inout
(
T
)[]
opSlice
()
Meta
Source
See Implementation
nxt
fixed_array
FixedArray
aliases
put
putMaybe
constructors
this
destructors
~this
functions
back
empty
front
full
insertBack
insertBackMaybe
isBorrowed
isWriteBorrowed
length
opEquals
opIndex
opOpAssign
opSlice
popAt
popBack
popBackN
popFront
readBorrowCount
sliceRO
sliceRW
toString
manifest constants
readBorrowCountMax
static functions
fromValuesUnsafe
variables
_store
Get read-write slice in range i .. j.