operator | method

Iterable<int> operator |(
  1. int value
)

Implementation

Iterable<int> operator |(int value) => map((e) => e | value);