Function il2_iltags::ilint::signed_encoded_size[][src]

pub fn signed_encoded_size(value: i64) -> usize
Expand description

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

Arguments:

  • value : The value to be encoded.

Returns:

  • The number of bytes required to encode the value.

New since 1.3.0.