Function il2_iltags::ilint::decoded_size[][src]

pub fn decoded_size(header: u8) -> usize
Expand description

Determines the size of the ILInt based on its header (the first byte).

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.