operator | method

Parser<T> operator |(
  1. Parser<T> other
)

Implementation

Parser<T> operator |(Parser<T> other) => or(other);