Decode byte sequence from VLS
Array of unsigned bytes for constructing VLS.
Exception on empty bytes array.
Typical usage:
// return array [0, 1, 2] auto vls = VariableLengthSequence.unpack([3, 0, 0, 1, 2]);
See Implementation
Decode byte sequence from VLS