Prototype of Ownership/Borrowing System for D

Walter Bright newshound2 at digitalmars.com
Wed Nov 20 04:59:37 UTC 2019


https://github.com/dlang/dmd/pull/10586

It's entirely opt-in by adding the `@live` attribute on a function, and the 
implementation is pretty much contained in one module, so it doesn't disrupt the 
rest of the compiler.


More information about the Digitalmars-d mailing list