parse
aoc
2024.12.25
In aoc::
year2025::
day08
aoc
::
year2025
::
day08
Function
parse
Copy item path
Source
pub fn parse(input: &
str
) -> (
Vec
<[
usize
;
3
]>,
Vec
<
Vec
<
Vec
<(
u16
,
u16
,
usize
)>>>)