calendrical_calculations::helpers

Function final_func

source
pub(crate) fn final_func<F>(index: i32, condition: F) -> i32
where F: Fn(i32) -> bool,