Function calendrical_calculations::helpers::next_moment

source ยท
pub(crate) fn next_moment<F>(
    index: Moment,
    location: Location,
    condition: F,
) -> RataDie
where F: Fn(Moment, Location) -> bool,