Answers for "rust println in drop"

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