yearIsLeapYear
fn
bool yearIsLeapYear(int year) @safe pure nothrow @nogcWhether the given Gregorian Year is a leap year.
Parameters
year | The year to to be tested. |
bool yearIsLeapYear(int year) @safe pure nothrow @nogcWhether the given Gregorian Year is a leap year.
year | The year to to be tested. |