On Tuesday, 31 January 2017 at 09:31:23 UTC, Nordlöw wrote:
How can we be sure that the return value points to the same content as `s1`?
Because of the return attribute. return means I am passing this value through myself.
Stefan Koch via Digitalmars-d Tue, 31 Jan 2017 02:07:04 -0800
On Tuesday, 31 January 2017 at 09:31:23 UTC, Nordlöw wrote:
How can we be sure that the return value points to the same content as `s1`?
Because of the return attribute. return means I am passing this value through myself.