Returns the number of elements in each dimension of array.
The connector pane displays the default data types for this polymorphic function.
array can be an n-dimensional array of any type.
size(s) is a 32-bit integer if array is one-dimensional (1D).
If array is multidimensional, the returned value is a 1D array in which each element is a 32-bit integer representing the number of elements in the corresponding dimension of array. For example, if you wire a 3D 2x5x3 array to array, the function returns a three-element array containing [2,5,3].