2 lines
95 B
Text
2 lines
95 B
Text
perms=: ! A.&i. ] NB. permutations of n things
|
|
Perms=: {~ perms@# NB. generalized version
|