Function encoding_rs::checked_next_power_of_two

source ยท
pub(crate) fn checked_next_power_of_two(opt: Option<usize>) -> Option<usize>