operator <= method

bool operator <=(
  1. Iterable<T> other
)

Implementation

bool operator <=(Iterable<T> other) => !(this > other);