operator ~ method

Iterable<int> operator ~()

Implementation

Iterable<int> operator ~() => map((e) => ~e);