std.algorithm range violation

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 28 04:39:52 PDT 2014


Wanderer:

> providor_symbol_map.sort!((x,y)=>{x.value.length=>y.value.length}),

This lambda doesn't return a boolean. Also, add spaces around 
operators and after commas.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list