reverse
reverse(a) is the array of same size as a composed of the elements of a in reverse order.
Syntax
reverse(expr)
Signatures
- Type
(T^n) returns (T^n) Causality
The output depends instantaneously on it input.
Initialization
The resulting sequence has its first value defined if its input has its first values defined.
Clock
Input and output have the same clock.