Expand description
Radixal provides the IntoDigits
trait to simplify treating unsigned
integer types as a sequence of digits under a specified radix.
Modules§
Traits§
- Into
Digits - An extension trait on unsigned integer types (
u8
,u16
,u32
,u64
,u128
andusize
) and the correspondingWrapping
type.