pub const fn encode_u53_varint(x: u53) -> U53VarintBufferAvailable on crate features
arbitrary-int and arbitrary-int_1 only.Expand description
Encodes an u53 value into LEB128 variable length format, and writes it to the buffer.