[][src]Function il2_ilint::decoded_size

pub fn decoded_size(header: u8) -> usize

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.