Reader.readBytesWithoutTag

Undocumented in source. Be warned that the author may not have intended to support it.
class Reader
T
readBytesWithoutTag
(
T
)
()
if (
isArray!T &&
(
is(Unqual!(ForeachType!T) == ubyte) ||
is(Unqual!(ForeachType!T) == byte)
)
)

Meta