flatten

If a is an array of arrays, flatten(a) is the array composed of the elements of each internal array.

Syntax
 flatten(expr)
Signatures
  1. Type
    (T^m^n) returns (T^(m*n))
  2. Causality

    The output depends instantaneously on its input.

  3. Initialization

    The resulting sequence has its first value defined if its input has its first value defined.

  4. Clock

    Input and output have the same clock.