FixedSizeArraySlice.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opIndex(size_t idx)
    struct FixedSizeArraySlice(FSA, T, size_t Size)
    pragma(inline, true) ref
    T
    opIndex
    (
    const size_t idx
    )
  2. typeof(this) opIndex()
  3. typeof(this) opIndex(size_t l, size_t h)

Meta