parse_machine

Function parse_machine 

Source
fn parse_machine(line: &str) -> (usize, Vec<usize>, Vec<i32>)
Expand description

Convert light patterns and buttons to bitmasks to speed up part one.