^ (Repetition)
a^n is an array of size n whose elements are equal to a.
Syntax
expr1^expr2
Signatures
Type
Takes as input a flow of type T, and a size n and returns an array of type T^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.