RosettaCodeData/Task/Permutations/Groovy/permutations-1.groovy
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

1 line
49 B
Groovy

def makePermutations = { l -> l.permutations() }