darray ~master (2017-09-20T22:35:19Z)
Dub
Repo
DArray.front
darray
DArray
Access the last or the first element of the array.
const
(
T
)
back
[@property getter]
T
front
[@property getter]
struct
DArray
(T)
pragma(
inline
, true) @
property
ref
T
front
@
trusted
(
)
Meta
Source
See Implementation
darray
DArray
functions
insertBack
insertFront
opIndex
removeAll
removeBack
removeFront
properties
back
empty
front
length
variables
disableDtor
Access the last or the first element of the array.