DIP 1021--Argument Ownership and Function Calls--Community Review Round 1

Nick Treleaven nick at geany.org
Thu Jul 18 10:59:48 UTC 2019


On Thursday, 18 July 2019 at 10:42:15 UTC, Nick Treleaven wrote:
> // won't compile with DIP 1021
> void bad(ref S s, ref byte b)

Or rather, this line won't compile:

>     bad(s, *s.get);


More information about the Digitalmars-d mailing list