Type guard function that checks if an array is of type T[].
The type of the elements to check for.
The array to check.
A boolean indicating whether the array is of the specified type.
Type guard function that checks if an array is of type T[].