pub fn alignup_i32(a: i32, b: i32) -> i32
Expand description

Divides a by b, rounding up.