Method Array.permute()
- Method permute
array
permute(array
in
,int(0..)
number
)- Description
Give a specified permutation of an array.
The number of permutations is equal to
sizeof(
(the factorial of the size of the given array).in
)!- See also