# Functions
Decode returns integers represented by the given RLE+ encoding
The length of the encoding is not specified.
Encode returns the RLE+ representation of the provided integers.
RunLengths transforms integers into its bit-set-run-length representation.
# Constants
Version is the 2 lowest bits of this constant.
# Variables
ErrDecode - invalid encoding for this version.
ErrRunLengthTooLarge - data implies a run-length which isn't supported.
ErrWrongVersion - wrong version of RLE+.