aoc
2024.12.25
In aoc::
year2023::
day12
aoc
::
year2023
::
day12
Type Alias
Spring
Copy item path
Source
type Spring<'a> = (&'a [
u8
],
Vec
<
usize
>);