Annex-2 Rust vs C++

featurerustC++comment
constdefaultcost or constexpenable better compiler opt
move semanticsdefaultneed explicit std::move(var)the c++ syntax is heavy