Posadas [he/him, they/them] to chapotraphouse • 9 days agoIt's called Forbes 30 under 30imagemessage-square32 fedilinkarrow-up1142
arrow-up1142imageIt's called Forbes 30 under 30Posadas [he/him, they/them] to chapotraphouse • 9 days agomessage-square32 Commentsfedilink
minus-squareProletarianDictator [none/use name]hexbear2·6 days 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
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.