C# lambda expression reverse direction <=

c#, lambda, operators

Solution

That's just less than or equal. I don't think C# lambdas work like that. It's too early in the morning. You need coffee.

Problem

I have seen some code which uses the `<=` operator. Can you explain what is the use of having lambda in reverse direction?

Original source

Related problems