pack(A, n)
pack(n, A)
The commands pack(A, n) and pack(n, A) produce identical results.
|
|
|
|
If n doesn't divide the length of A, the last list will have fewer than n elements.
|
pack and mingle can be used together to take a transpose of lists
|
The object pack is a method function.