[][src]Function chronoutil::delta::is_leap_year

pub fn is_leap_year(year: i32) -> bool

Returns true if the year is a leap-year, as naively defined in the Gregorian calendar.