empty_arrayReturns an empty array of the input type.
For example, if you connect an array<float> then the results is an empty array<array<float>>.
value_typeThe element type of the empty array.
empty_arrayAn empty array of the type specified in value_type.