join

join(u,v,...) -- joins the elements of the lists or sequences u, v, ... into a single list.

The class of the result is the same as the class of the first argument. If there is just one argument, and it's mutable, a copy is returned.

Go to main index.

Go to concepts index.