pub const fn encode_uint_d64<const BITS: usize>(
value: UInt<u64, BITS>,
) -> Buffer<{ _ }>Available on (crate features
arbitrary-int_1 or arbitrary-int_2) and crate feature arbitrary-int_2 only.Expand description
Encodes an Uint<u64, BITS> value into LEB128 variable length format, and writes it to the buffer.