Type Alias aoc::year2023::day12::Spring

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