fn parse_patterns(input: &str) -> PatternTreeNode
Expand 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) -> PatternTreeNode
Turn the list of patterns into a tree that matches them. expected format e.g. r, wr, b, g, bwu, rb, gb, br