pub fn round_up_pot<T: PrimInt>(src: T, factor: T) -> T
Expand description

Rounds up src to the power of two factor.