ReadBuffer.opSlice

class ReadBuffer
@property pure nothrow @safe @nogc
ubyte[]
opSlice
(
size_t start
,
size_t end
)

Parameters

start size_t

Start position.

end size_t

End position.

Return Value

Type: ubyte[]

Array between start and end.

Meta