[][src]Function packs::ll::types::fixed::encode_minus_tiny_int

pub fn encode_minus_tiny_int<T: Write>(from: i8, into: T) -> Result<usize>

Encodes the a i8 into the bolt type MINUS_TINY_INT which can hold any number from -1 to -16. Input outside of this range leads to undefined output.