operator unary- method

Iterable<int> operator unary-()

Implementation

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