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. Use SliceBuilder to build slices for permanent use.

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

Return Value

Type: char[]

Bytes starting at current position.

Meta