fn parse_branch(spec: &str) -> usize
Expand description

Parse a if/else branch of a monkey’s decision tree in the format If <true|false>: throw to monkey <index>