Calendar.leap_year-question-mark

You're seeing just the callback leap_year-question-mark, go back to Calendar module for more information.

Specs

leap_year?(year()) :: boolean()

Returns true if the given year is a leap year.

A leap year is a year of a longer length than normal. The exact meaning is up to the calendar. A calendar must return false if it does not support the concept of leap years.