fn parse_patterns(input: &str) -> PatternTreeNodeExpand description
Turn the list of patterns into a tree that matches them. expected format e.g. r, wr, b, g, bwu, rb, gb, br
fn parse_patterns(input: &str) -> PatternTreeNodeTurn the list of patterns into a tree that matches them. expected format e.g. r, wr, b, g, bwu, rb, gb, br