fn decodeSequencesHeader(source: anytype) !SequencesSection.Header
[src]
Decode a sequences section header.
Errors returned:
error.ReservedBitSet
if the reserved bit is seterror.EndOfStream
if there are not enough bytes insource
fn decodeSequencesHeader(source: anytype) !SequencesSection.Header
Decode a sequences section header.
Errors returned:
error.ReservedBitSet
if the reserved bit is seterror.EndOfStream
if there are not enough bytes in source