Function aoc::year2022::day06::find

source ยท
fn find(input: &str, marker: usize) -> usize
Expand description

The cardinality of the input is only 26 so a fixed size array can store the last position of each character.