Reader.prefixBytes

Get specified number of bytes, not code points, starting at current position.

Note: This gets only a "view" into the internal buffer, which will be invalidated after other Reader calls.

struct Reader
@safe pure nothrow @nogc
char[]
prefixBytes
(
const size_t length
)

Return Value

Type: char[]

Bytes starting at current position.

Meta