chromeleon@lemmy.world to Programmer Humor@programming.dev · 4 days agoMe, after carefully reading Rust's ownership and borrow checker ruleslemmy.worldimagemessage-square17linkfedilinkarrow-up1280arrow-down13
arrow-up1277arrow-down1imageMe, after carefully reading Rust's ownership and borrow checker ruleslemmy.worldchromeleon@lemmy.world to Programmer Humor@programming.dev · 4 days agomessage-square17linkfedilink
minus-squareKmlSlmk64@lemmy.worldlinkfedilinkarrow-up3·2 days 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
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