Function il2_iltags::ilint::encoded_size[][src]

pub fn encoded_size(value: u64) -> usize
Expand description

Returns the size of the given value encoded as an ILInt.

Arguments:

  • value : The value to be encoded.

Returns:

  • The number of bytes required to encode the value.