Holds either an Or / maybe clause for use with matching. If the maybe flag is set, then none of the items are required to match.
Constructors
new(items : OrSeqType, maybe : Bool = false)
SourceClass methods
maybe(*items)
Factory method to make an Or/Maybe from one..N args
Sourceor(*items)
Factory method to make an Or from one..N args
Source