operator unary- method

Iterable<double> operator unary-()

Implementation

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