Function Buffer.opSlice

abstract ubyte[] opSlice (
  ulong start,
  ulong end
) @property;

Parameters

NameDescription
start Start position.
end End position.

Returns

Array between start and end.