advent-of-code-rust icon indicating copy to clipboard operation
advent-of-code-rust copied to clipboard

Make `Day::new` const and remove `Day::__new_unchecked`

Open tguichaoua opened this issue 1 year ago • 1 comments

closes #72

Note: since this change uses Option::expect in a constant context, it requires rust 1.83 (28 November, 2024) or above.

tguichaoua avatar Dec 06 '24 18:12 tguichaoua

thank you @tguichaoua - I'll merge this one after the current aoc completes.

fspoettel avatar Dec 07 '24 12:12 fspoettel