Less-than-or-equal comparison for vectors.
bool operator <=(Vector<T> other) => compareTo(other) <= 0;