Lost a new commercial user this week :(
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Sun Dec 28 21:24:56 PST 2014
On 12/28/2014 7:52 PM, Andrei Alexandrescu wrote:
> Thanks, following your feedback I have recently submitted an enhancement
> request. Just for the sake of humblebragging, C#'s sort works only on arrays
> whereas D's sort (a) returns a statically-informed sorted range with specific
> primitives, (b) is configurable to use a custom predicate, (c) allows stability
> selection, (d) works for any range satisfying certain requirements. Yay...? :o)
sort() could sure use a [Params:] section!
For example, the parameter 'ss' is never mentioned in the description.
More information about the Digitalmars-d
mailing list