You're viewing a single thread.
All comments
5
comments
return !(x < y);
4 0 Replyreturn (x >= y);
also works2 0 ReplyAssuming x and y are totally ordered 🤮
2 0 Reply
You're viewing a single thread.
return !(x < y);
return (x >= y);
also works
Assuming x and y are totally ordered 🤮