FixedSizeArraySlice.opIndex

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

Meta