pub const fn left_encode(x: usize) -> LeftEncode
Expand description
Encodes x
as a byte string in a way that can be
unambiguously parsed from the beginning.
pub const fn left_encode(x: usize) -> LeftEncode
Encodes x
as a byte string in a way that can be
unambiguously parsed from the beginning.