auto p = Pattern("a|bc|one|two three"); assert(p.patterns.equal([ "a", "bc", "one", "two three" ]));
See Implementation