Destroyed NEP 2 Catching up with Cpp and Rust: Ownership, destructors, unique pointers (markdown)

This commit is contained in:
Andreas Rumpf 2016-09-30 23:43:18 +02:00
parent 22a828b673
commit 2fc3929969
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
Points to answer:
* When is the destructor called? Does setLen used for shrinking call the destructors?
* How does the assignment operator work?