empty_array

Returns an empty array of the input type.

For example, if you connect an array<float> then the results is an empty array<array<float>>.

Input

value_type

The element type of the empty array.

Output

empty_array

An empty array of the type specified in value_type.