Choosing an Approach for the Template Lowering of _d_arrayctor

rikki cattermole rikki at cattermole.co.nz
Thu Nov 25 15:43:43 UTC 2021


I would look at placing an out or ref on one of the two parameters and 
rewrite the call slightly, rather than a new parameter.

F[] from = [...], to;
to._d_arrayctor(form);

To something more like that.

But the benchmarks will say weather this works or not.


More information about the Digitalmars-d mailing list