Method Array.combinations()
- Method combinations
array(array) combinations(arrayarr,intlen)- Description
Returns an array of all combinations of length
lenof elements fromarr.- See also
array(array) combinations(array arr, int len)
Returns an array of all combinations of length len of
elements from arr.