uniqStable

timotheecour timothee.cour2 at gmail.com
Mon Mar 18 19:09:05 PDT 2013


I forgot unittest:

unittest{
assert(uniqStable([1,3,1,0,2] ==[1, 3, 0, 2] ));
}
of course, it needs template on less, etc.


More information about the Digitalmars-d-learn mailing list