lexicographical property

Ordering<Iterable<T>> lexicographical

Returns an ordering that orders iterables lexicographically by their elements.

Implementation

Ordering<Iterable<T>> get lexicographical => LexicographicalOrdering<T>(this);