ListTools[Interleave] - interleave a number of lists
|
Calling Sequence
|
|
Interleave(L1, L2,...)
|
|
Description
|
|
•
|
The Interleave(L1, L2, ...) function interleaves the elements of the specified lists.
|
•
|
The number of elements in each list must be less than or equal to that of the preceding list. The first list can have at most one more operand than the last.
|
|
|