Expression that is to be determined whether it is an array or not.
Name of the type of elements.
Whether arg
is an array of elements of type specified by typeName
.
Type guard for an array of a given type T
determined by a given type guard.
Expression that is to be determined whether it is an array or not.
The type guard for element T.
Whether arg
is an array of elements of type T
.
Type guard for an array of a given type name.