http://alyssa.codes
If a binding can access a value, it owns the value or is borrowing its place. `&'static T` is a borrow of a static place
To exclude static references from borrows makes many statements about types awkward to be fully consistent about, like "&str is a borrowed string slice"
If a binding can access a value, it owns the value or is borrowing its place. `&'static T` is a borrow of a static place
To exclude static references from borrows makes many statements about types awkward to be fully consistent about, like "&str is a borrowed string slice"
My only mild critique is maybe this should say "S" instead of "D's statements"?
My only mild critique is maybe this should say "S" instead of "D's statements"?