Sorting an Array

downs default_357-line at yahoo.de
Wed Jul 11 05:37:55 PDT 2007


> void swap(ref T a, ref T b) { T c=a; a=b; b=c; }
Oopsie. Should be void swap(T)(ref T a, ref T b)


More information about the Digitalmars-d-learn mailing list