operator | method

T operator |(
  1. T other
)

Implementation

T operator |(T other) => constructorCallback(value | other.value);