pub fn as_mixed_radix(x: u128, radii: &[u16]) -> Vec<u16>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Convert x into mixed radix form using the provided radii.