pub fn round_up_to_multiple(val: usize, mul: NonZeroUsize) -> usizeExpand description
Rounds a value up to the nearest multiple of mul
pub fn round_up_to_multiple(val: usize, mul: NonZeroUsize) -> usizeRounds a value up to the nearest multiple of mul