Module year

Source
Expand description

Code for working with years.

Functionsยง

parse_and_validate_year ๐Ÿ”’
Parse a single year from a string and check it is in valid_years
parse_year_str
Parse a string of years separated by semicolons into a vector of u32 years.