Posadas [he/him, they/them] to chapotraphouse • 1 month agoIt's called Forbes 30 under 30imagemessage-square32 fedilinkarrow-up1142
arrow-up1142imageIt's called Forbes 30 under 30Posadas [he/him, they/them] to chapotraphouse • 1 month agomessage-square32 Commentsfedilink
minus-squarehuf [he/him]hexbear2·1 month agoi dont even know what language this is :D i just thought it'd be a nice bit to silently pass over the racism aspect and nitpick the code link
minus-squareProletarianDictator [none/use name]hexbear2·1 month agoIt's Rust. If you omit the semicolon on the last line, it will return that value, so suspect.race() == Race::Black will return true/false for the containing expression. link
i dont even know what language this is :D i just thought it'd be a nice bit to silently pass over the racism aspect and nitpick the code
It's Rust.
If you omit the semicolon on the last line, it will return that value, so
suspect.race() == Race::Black
will return true/false for the containing expression.