Function calendrical_calculations::persian::is_arithmetic_leap_year

source ยท
fn is_arithmetic_leap_year(p_year: i32, _data: ()) -> bool
Expand description

Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/main/calendar.l#L4789 Not used, but kept for comparative purposes