Determines whether the provided value is an array of symbols.
The value to be checked.
true if the value is an array of symbols, otherwise false.
true
false
This function is an alias for:
isArrayOf<symbol>(x, isSymbol); Copy
isArrayOf<symbol>(x, isSymbol);
...but rejects empty arrays.
Use isArrayOf if empty arrays should be considered valid.
isArrayOf
1.0
Determines whether the provided value is an array of symbols.