I close BIP27. I won't be pursuing BIPs anymore

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Oct 19 03:32:56 PDT 2016


Better:

    void f(ref Vector v);
    void f(Vector v) { f(v); }

    f(Vector(10,20,30));



More information about the Digitalmars-d mailing list