FixedSizeArray.back

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T back [@property getter]
  2. const(T) back [@property getter]
    struct FixedSizeArray(T, size_t Size = 32)
    pragma(inline, true) @property ref const @trusted
    const(T)
    back
    ()

Meta