Function cal_calc::is_leap_year

source ·
pub fn is_leap_year(year: i32) -> bool
Expand description

Returns true if the specified year is a leap year (i.e. Feb 29th exists for this year)