Determines whether the provided value is a readonly array.
The value to be checked.
true if the value is a readonly array, otherwise false.
true
false
This function checks if the value is an array and if it is frozen.
1.0
Determines whether the provided value is a readonly array.