DArray.front

Access the last or the first element of the array.

  1. const(T) back [@property getter]
  2. T front [@property getter]
    struct DArray(T)
    pragma(inline, true) @property ref
    T
    front
    @trusted
    (
    )

Meta