Available on crate feature
cookies
only.Expand description
Get the number of weeks in the ISO year.
The returned value will always be either 52 or 53.
assert_eq!(weeks_in_year(2019), 52);
assert_eq!(weeks_in_year(2020), 53);
cookies
only.Get the number of weeks in the ISO year.
The returned value will always be either 52 or 53.
assert_eq!(weeks_in_year(2019), 52);
assert_eq!(weeks_in_year(2020), 53);