ScopeBuffer.opSlice

inout(T)[] opSlice(size_t lower, size_t upper) @system inout

Returns

A slice into the temporary buffer.

Warning: The result is only valid until the next put() or ScopeBuffer goes out of scope.

inout(T)[] opSlice() @system inout

ditto