ByteStreamImpl.readToIncluding

Reads until value is value and returns everything read including value. Advances after found value. Returns null if value was not found.

struct ByteStreamImpl(Endian endianness)
T
readToIncluding
(
T
)
(
ubyte value
)

Meta