operator | method

Trim operator |(
  1. Trim rhs
)

Implementation

Trim operator |(Trim rhs) => Trim._internal(_value | rhs._value);