how to sort the container Array from std.container

Flaze07 christianseiji.cs at gmail.com
Wed Jun 6 13:44:09 UTC 2018


I know that sort accepts Range( I am correct right ? ), so,
Array!uint arr;
//inserts element to arr
sort( arr.Range );
don't work, it says cannot pass RangeT!(Array!uint) as function 
argument


More information about the Digitalmars-d-learn mailing list