2019-09-05
Roland Brand
lifetimes make sure we cannot have references to moved values at any time
?
primitive assignment
assignment by reference (object)
...this is what we are used to (behind the scenes)
a = b
doSomething(b)
Copy trait
Move trait (b becomes unusable)
borrowing
Rc
Cell / RefCell