aoc::year2023::day12

Type Alias Spring

Source
type Spring<'a> = (&'a [u8], Vec<usize>);