Answers for "drop variable rust"

0

drop variable rust

let v = vec![1, 2, 3];

drop(v); // explicitly drop the vector
Posted by: Guest on August-23-2020

Browse Popular Code Answers by Language