CircularBlocks.opSlice

A range providing access _to the specified elements

  1. auto opSlice(size_t from, size_t to)
    struct CircularBlocks(T)
    const nothrow pure @safe scope
    opSlice
    (
    in size_t from
    ,
    in size_t to
    )
  2. auto opSlice()

Parameters

from size_t

the index of the first element of the range

to size_t

the index of the element one beyond the last element of the range

Meta