Function binn_ir::encode_i64

source ·
pub fn encode_i64<W>(stream: &mut W, i: i64) -> IoResult<Size>where
    W: Write,
Expand description

Encodes an I64

Result: total bytes that have been written.