phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
StaticArray.moveAt
nxt
container
static_array
StaticArray
Move element at
index
to return.
struct
StaticArray
(T, uint capacity_, bool borrowChecked = false)
@
trusted
static if
(
isMutable!T
)
@"complexity", "O(length)"
T
moveAt
()
(
size_t
index
)
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
Move element at index to return.