Function aoc::year2016::day20::parse

source ยท
pub fn parse(input: &str) -> Vec<[u64; 2]>
Expand description

The trick to merge ranges efficiently is to sort by the starting index.