diff --git a/NEP-2-Catching-up-with-C---and-Rust:-Ownership,-destructors,-unique-pointers.md b/NEP-2-Catching-up-with-C---and-Rust:-Ownership,-destructors,-unique-pointers.md new file mode 100644 index 0000000..7c91589 --- /dev/null +++ b/NEP-2-Catching-up-with-C---and-Rust:-Ownership,-destructors,-unique-pointers.md @@ -0,0 +1,6 @@ +Points to answer: + +* When is the destructor called? Does setLen used for shrinking call the destructors? +* How does the assignment operator work? + +