operator | method

ChoiceMatcher operator |(
  1. Matcher second
)

Implementation

ChoiceMatcher operator |(Matcher second) => ChoiceMatcher([this, second]);