Function convert_bits

Source
pub fn convert_bits<O, I, const frombits: i32, const tobits: i32, const pad: bool>(
    outfn: &O,
    it: I,
    end: I,
) -> bool
Expand description

| Convert from one power-of-2 number | base to another. |