pack

Function pack 

Source
pub fn pack<T: Write + ?Sized>(dst: &mut T, value: i32) -> Result<()>
Expand description

Pack a i32 into a teeworlds variable integer.

ยงErrors

Returns Err if there is an error writing to dst.