Function il2_iltags::ilint::decode_sign[][src]

pub fn decode_sign(v: u64) -> i64
Expand description

Decodes an unsigned value into a signed value.

This operation can be undone by encode_sign().

Arguments:

  • v: The value to be decoded;

Returns the decoded signed value.

New since 1.3.0.