@noxfriend@beehaw.org to Programmer Humor@programming.devEnglish • 2 years agotitlebeehaw.orgimagemessage-square4fedilinkarrow-up127arrow-down11
arrow-up126arrow-down1imagetitlebeehaw.org@noxfriend@beehaw.org to Programmer Humor@programming.devEnglish • 2 years agomessage-square4fedilink
minus-square@qwop@programming.devlinkfedilinkEnglish2•2 years agoAssuming x and y are totally ordered 🤮
return !(x < y);
return (x >= y);
also worksAssuming x and y are totally ordered 🤮