Removes all values from an array that are null.
null
The type of the array to remove null values from.
The array to remove null values from.
The array without null values.
Removes all values from an array that are
null
.