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