sort(charArray) doesn't work

Uplink_Coder someemail at someprovider.some
Wed Nov 13 03:37:57 PST 2013


I don't want to have a string
but an array of letters maybe I justgo with ubyte
....
Solved it :D

return cast(char[])sort(cast(ubyte[])vars).release;


More information about the Digitalmars-d-learn mailing list