fixedsizearray v1.3.0 (2021-02-24T07:57:06Z)
Dub
Repo
FixedSizeArray.back
fixedsizearray
FixedSizeArray
Access the last or the first element of the array.
T
back
[@property getter]
struct
FixedSizeArray
(T, size_t Size = 32)
pragma(
inline
, true) @
property
ref @
trusted
T
back
(
)
const
(
T
)
back
[@property getter]
Meta
Source
See Implementation
fixedsizearray
FixedSizeArray
constructors
this
destructors
~this
functions
capacity
emplaceBack
insertBack
insertFront
opIndex
opSlice
remove
removeAll
removeBack
removeFront
manifest constants
ByteCap
properties
back
empty
front
length
variables
base
disableDtor
length_
store
Access the last or the first element of the array.