flatten
If a is an array of arrays, flatten(a) is the array composed of the elements of each internal array.
flatten(expr)
Signatures
-
Type
(T^m^n) returns (T^(m*n)) -
Causality
The output depends instantaneously on its input.
-
Initialization
The resulting sequence has its first value defined if its input has its first value defined.
-
Clock
Input and output have the same clock.