phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
StaticArray.sliceRW
nxt
container
static_array
StaticArray
Get full read-write slice.
WriteBorrowed
!(
T
[],
typeof
(
this
))
sliceRW
()
struct
StaticArray
(T, uint capacity_, bool borrowChecked = false)
@
trusted
return scope
static if
(
borrowChecked
)
WriteBorrowed
!(
T
[],
typeof
(this))
sliceRW
(
)
WriteBorrowed
!(
T
[],
typeof
(
this
))
sliceRW
(size_t i, size_t j)
Meta
Source
See Implementation
nxt
container
static_array
StaticArray
aliases
Length
capacity
opDollar
put
putMaybe
constructors
this
destructors
~this
functions
back
clear
front
insertBack
insertBackMaybe
moveAt
opEquals
opIndex
opOpAssign
popAt
popBack
popBackN
popFront
sliceRO
sliceRW
takeBack
manifest constants
readBorrowCountMax
properties
empty
full
isBorrowed
isWriteBorrowed
length
opSlice
readBorrowCount
toString
static functions
fromValuesUnsafe
variables
_length
_store
Get full read-write slice.