Compares two spans lexicographically.
Declared in <absl/types/span.h>
<absl/types/span.h>
template<typename T> constexpr bool operator<=( Span<T> a, Span<T> b);
true if a is not lexicographically greater than b.
true
a
b