Created NEP-2 Catching up with C++ and Rust: Ownership, destructors, unique pointers (markdown)
This commit is contained in:
parent
4b5db885ff
commit
2229de83e2
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue