Tests whether one Cord is ordered at or before another.
Declared in <absl/strings/cord.h>
<absl/strings/cord.h>
bool operator<=( Cord const& x, Cord const& y);
true if x is not greater than y.
true
x
y