Created NEP-2 Catching up with C++ and Rust: Ownership, destructors, unique pointers (markdown)

This commit is contained in:
Andreas Rumpf 2016-09-27 15:23:38 +02:00
parent 4b5db885ff
commit 2229de83e2
1 changed files with 6 additions and 0 deletions

View File

@ -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?