↓ 2 callersFunctionsimulate(
connections: &HashMap<&str, Connection<'_>>,
mut hook: impl FnMut(u32, &str, &str, Pulse) -> bool,
)
aoc_2023/src/day_20.rs:51
↓ 2 callersFunctionsimulate(
state: State,
ticks: u8,
costs: [RobotType; 4],
cache: &mut HashMap<State, (u8, u8)>,
ma
aoc_2022/src/day_19.rs:63