"Let's add custom move semantics to Rust" seems to be a popular idea!
I personally think that "move is memcopy" is a HUGELY important property of Rust. Like, you can just grow vector with realloc.
"Let's add custom move semantics to Rust" seems to be a popular idea!
I personally think that "move is memcopy" is a HUGELY important property of Rust. Like, you can just grow vector with realloc.