Function is_leap_julian
Source pub fn is_leap_julian(year: i64) -> bool
Expand description
Determines if a given year is a leap year in the Julian calendar.
§Arguments
year - The year to check for leapness.
§Returns
true if the year is a leap year, false otherwise.