phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
StaticArray.popFront
nxt
container
static_array
StaticArray
Pop first (front) element.
struct
StaticArray
(T, uint capacity_, bool borrowChecked = false)
ref
static if
(
isMutable!T
)
auto ref
popFront
(
)
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 first (front) element.