Function kcore::utils::round_up [−][src]
pub fn round_up(x: usize, n: usize) -> usize
Expand description
Round up to the nearest multiple of n.
pub fn round_up(x: usize, n: usize) -> usize
Round up to the nearest multiple of n.