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