inverted property

Extent<E> get inverted

Implementation

Extent<E> get inverted => Extent<E>(upper, lower, comparator: comparator);