[][src]Function tree_buf::internal::varint::encode_suffix_varint

pub fn encode_suffix_varint(value: u64, into: &mut Vec<u8>)

This is much like prefix varint, but with the tag bits in the last byte. Useful for reading backwards.