Function is_leap_year
const fn is_leap_year(year: i32) -> bool
Returns if the provided year is a leap year in the proleptic Gregorian calendar. Uses astronomical year numbering.
# use is_leap_year;
assert!;
assert!;
assert!;
assert!;
assert!;