Flatten

Name

Flatten -- Removes nesting from a list

Synopsis

Flatten[x->NLIST(T*), {levels->0}] =: LIST(T) 

Description

Flatten returns a list with the same elements as x, with the nesting structure flattened. By default, all levels are flattened, returning a one-dimensional list; the optional parameter levels may be used to limit the flattening to the topmost levels.