ReusableBlock.opSlice

A slice providing access _to the specified elements

  1. inout(T)[] opSlice(size_t from, size_t to)
    struct ReusableBlock(T, Flag!"dtors" dtors = Yes.dtors)
    inout @nogc nothrow pure scope
    inout(T)[]
    opSlice
    (
    in size_t from
    ,
    in size_t to
    )
  2. inout(T)[] opSlice()

Parameters

from size_t

the index of the first element of the slice

to size_t

the index of the element one beyond the last element of the slice

Meta