[][src]Function il2_ilint::encoded_size

pub fn encoded_size(value: u64) -> usize

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;