pub fn convert_bits<O, I, const frombits: i32, const tobits: i32, const pad: bool>( outfn: &O, it: I, end: I, ) -> bool
| Convert from one power-of-2 number | base to another. |