fn decodeSequencesHeader(source: anytype) !SequencesSection.Header

Decode a sequences section header.

Errors returned:

  • error.ReservedBitSet if the reserved bit is set
  • error.EndOfStream if there are not enough bytes in source

Parameters

source: anytype,