minus-squareKmlSlmk64@lemmy.worldtoProgrammer Humor@programming.dev•Me, after carefully reading Rust's ownership and borrow checker ruleslinkfedilinkarrow-up4·3 months agoThere are also the move semantics in C++, which are similar to Rust’s ownership transfer, but explicit and with some differences in how the data is actually handled under the hood linkfedilink
minus-squareKmlSlmk64@lemmy.worldtoMicroblog Memes@lemmy.world•the state doesn't care anymorelinkfedilinkEnglisharrow-up0·1 year agoAnd the complete absurdity of Trump’s SCOTUS voting 9-0 for returning him home and Trump just said nah… linkfedilink
There are also the move semantics in C++, which are similar to Rust’s ownership transfer, but explicit and with some differences in how the data is actually handled under the hood