minus-squareKmlSlmk64@lemmy.worldtoProgrammer Humor@programming.dev•Me, after carefully reading Rust's ownership and borrow checker ruleslinkfedilinkarrow-up4·1 month 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
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