parseHeader

Given a type and endianess, convert a input range of ubyte to that type. Does not support any dynamically sized types or non-standard alignments

T
parseHeader
()
if (
isInputRange!R
&&
is(ElementType!R == ubyte)
)

Meta