phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
FixedArray.opSlice
nxt
fixed_array
FixedArray
Get full slice.
auto
opSlice
(size_t i, size_t j)
auto
opSlice
(size_t i, size_t j)
auto
opSlice
()
auto
opSlice
()
inout
(
T
)[]
opSlice
(size_t i, size_t j)
inout
(
T
)[]
opSlice
()
struct
FixedArray
(T, uint capacity_, bool borrowChecked = false)
inout @
trusted
return
static if
(!(
borrowChecked
))
inout
(
T
)[]
opSlice
(
)
Meta
Source
See Implementation
nxt
fixed_array
FixedArray
aliases
Length
capacity
opDollar
put
putMaybe
constructors
this
destructors
~this
functions
back
backPop
clear
front
insertBack
insertBackMaybe
moveAt
opEquals
opIndex
opOpAssign
opSlice
popAt
popBack
popBackN
popFront
sliceRO
sliceRW
manifest constants
readBorrowCountMax
properties
empty
full
isBorrowed
isWriteBorrowed
length
readBorrowCount
toString
static functions
fromValuesUnsafe
variables
_length
_store
Get full slice.