FixedSizeArray.back

Access the last or the first element of the array.

  1. T back [@property getter]
    struct FixedSizeArray(T, size_t Size = 32)
    pragma(inline, true) @property ref @trusted
    T
    back
    ()
  2. const(T) back [@property getter]

Meta