Better idea for double list comprehension?

bearophile bearophileHUGS at lycos.com
Sat Jan 18 19:32:42 PST 2014


CJS:

>         units[s] = unitlist.filter!(x => any!(y => s==y));

One of your problems is that any that needs some range to work on.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list