ReusableBlock.opSlice

A slice to all elements; the same as [0..$]

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

Meta