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

Reply via email to