Function ReadBuffer.opSlice

ubyte[] opSlice (
  ulong start,
  ulong end
) pure nothrow @property @nogc @safe;

Parameters

NameDescription
start Start position.
end End position.

Returns

Array between start and end.