Function arrow::util::bit_util::round_upto_multiple_of_64
source ยท pub fn round_upto_multiple_of_64(num: usize) -> usize
Expand description
Returns the nearest number that is >=
than num
and is a multiple of 64