memcpy() comparison: C, Rust, and D

Olivier FAURE via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 31 02:20:59 PST 2017


On Tuesday, 31 January 2017 at 10:00:03 UTC, Stefan Koch wrote:
> 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.

I thought it meant "the parameter can be returned" not "the 
parameter *will* be returned".


More information about the Digitalmars-d mailing list