I keep wanting to be able to apply an axis argument to the ¨ (EACH) operator. I.e, to sort an array rows, I wanted to do:
*{⍵[⍋⍵]}¨[2] foo*
Instead, I had to do:
*⊃ {⍵[⍋⍵]}¨ ⊂[2] foo*
Would it make sense to be able to specify an axis number to the the EACH
operator as an extension?
Regards,
Elias
