FixedSizeArray.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. FixedSizeArraySlice!(typeof(this), T, Size) opSlice()
  2. FixedSizeArraySlice!(typeof(this), T, Size) opSlice(size_t low, size_t high)
    struct FixedSizeArray(T, size_t Size = 32)
    pragma(inline, true) pure @nogc @safe nothrow
    FixedSizeArraySlice!(typeof(this), T, Size)
    opSlice
    (
    const size_t low
    ,
    const size_t high
    )
  3. auto opSlice()
  4. auto opSlice(size_t low, size_t high)

Meta