encoding_rs

Function checked_next_power_of_two

Source
pub(crate) fn checked_next_power_of_two(opt: Option<usize>) -> Option<usize>