reverse

reverse(a) is the array of same size as a composed of the elements of a in reverse order.

Syntax

reverse(expr) 

Signatures

  1. Type
    (T^n) returns (T^n)   
  2. Causality

    The output depends instantaneously on it input.

  3. Initialization

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

  4. Clock

    Input and output have the same clock.