pub(crate) fn radix_encode_limbs_to_string(radix: u32, limbs: &[Limb]) -> StringExpand description
Encode a slice of limbs to a string in base radix. The result will have no leading
zeros unless the value itself is zero.
ยงPanics
- if
radixis not in the range from 2 to 36.