Function aoc::year2016::day16::parse

source ยท
pub fn parse(input: &str) -> Vec<usize>
Expand description

Build a prefix sum of the number of ones at each length in the pattern including zero at the start.