Function as_mixed_radix

Source
pub fn as_mixed_radix(x: u128, radii: &[u16]) -> Vec<u16>
Expand description

Convert x into mixed radix form using the provided radii.