pub fn decoded_size(header: u8) -> usizeExpand description
Determines the size of the ILInt based on its header (the first byte of the encoded value).
Arguments:
header: The header of the ILInt. It is always the first byte of the ILInt value;
Returns:
- The size of the ILInt in bytes, including the header.