DArray.back

Access the last or the first element of the array.

struct DArray(T)
pragma(inline, true) @property ref
T
back
@trusted
(
)

Meta