ListTools[JoinSequence] - interspace the elements of a list with objects
|
Calling Sequence
|
|
JoinSequence(L, seps)
|
|
Parameters
|
|
L
|
-
|
list
|
seps
|
-
|
any sequence of Maple objects
|
|
|
|
|
Description
|
|
•
|
The JoinSequence(L, seps) function inserts the separators seps between the elements of the list L.
|
•
|
In the case that the separator is a single Maple object, using the routine ListTools[Join] results in better performance.
|
|
|
Download Help Document
Was this information helpful?