Function calendrical_calculations::helpers::next_u8

source ยท
pub(crate) fn next_u8<F>(index: u8, condition: F) -> u8
where F: Fn(u8) -> bool,