pub fn parse(input: &str) -> Input<'_>
Parse each rule from the first half of the input. Leaves the second half of the input as a &str as it’s faster to iterate over each chunk of four numbers than to first collect into a vec.
&str
vec