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