Prototype of Ownership/Borrowing System for D
jmh530
john.michael.hall at gmail.com
Thu Nov 21 13:35:10 UTC 2019
On Thursday, 21 November 2019 at 12:35:03 UTC, Jacob Carlborg
wrote:
> [snip]
>
> That would be really nice. But instead it would be just one
> pointer type and arbitrary optional types:
> [snip]
What you describe is like Kotlin's approach. The part where you
say there would be no null, just empty, is kind of like just
renaming null as empty, correct? Kotlin still for null in T?
types.
More information about the Digitalmars-d
mailing list