I have seen some code which uses the <= operator. Can you explain what is the use of having lambda in reverse direction?
<=
That's not a lambda at all. That's less than or equal to
(Except when it's actually a reverse lambda)