Matcher for one of a collection of patterns.
class option matcher[readonly value element type, covariant any value result type]
Parse the list and produce a result. Assumes this pattern matches the list.
implement result type or null parse(readonly list[element type] the list)