Lazy sort

ixid via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 11 03:41:15 PDT 2015


Does sort have to be eager or would it be possible to have a lazy 
version? It's messy to always have to use array and leap in and 
out of lazy operations within a UFCS chain. Surely as many 
functions as possible should be optionally lazy.


More information about the Digitalmars-d-learn mailing list