noxfriend@beehaw.org to Programmer Humor@programming.devEnglish · 1 year agotitlebeehaw.orgimagemessage-square4fedilinkarrow-up115arrow-down11
arrow-up114arrow-down1imagetitlebeehaw.orgnoxfriend@beehaw.org to Programmer Humor@programming.devEnglish · 1 year agomessage-square4fedilink
minus-squareqwop@programming.devlinkfedilinkEnglisharrow-up1·1 year agoAssuming x and y are totally ordered 🤮
return !(x < y);
return (x >= y);
also worksAssuming x and y are totally ordered 🤮