Netflix opensources its first D library: Vectorflow

Per Nordlöw per.nordlow at gmail.com
Thu Oct 19 09:32:06 UTC 2017


On Tuesday, 8 August 2017 at 18:51:26 UTC, Nordlöw wrote:
> To clarify here's an incomplete snippet that should clarify:
>
> auto add(A, B)(A a, B b)

should be

auto add(A, B)(auto ref A a, auto ref B b)



More information about the Digitalmars-d-announce mailing list