Problems with sort

Adam D. Ruppe destructionator at gmail.com
Fri Dec 10 16:59:40 PST 2010


A random access range needs to expose an array like interface.
Specifically, it should implement a length()and an opIndex methods.

If you add them to your range, it should work.

More info here: http://dpldocs.info/isRandomAccessRange


More information about the Digitalmars-d mailing list