Russel Winder wrote:

I note that:

        x.map!(…).array.sort

is not valid, you have to have the parentheses on sort:

        x.map!(…).array.sort()

Why?

built-in property .sort kicks in and ruins the day. luckily, it will be completely removed in the upcoming major release.

Reply via email to