Why isn't my dynamic array method doesn't work for this type?

Steven Schveighoffer schveiguy at gmail.com
Thu May 5 14:20:49 UTC 2022


On 5/5/22 6:40 AM, rempas wrote:
>    ref My_File opAssign(ref const My_File s) return { return this; }

Your assignment operator does nothing.

-Steve


More information about the Digitalmars-d-learn mailing list