E7002 Stdlib Validation Errors
requires-array
argument must be an array
When this occurs
Non-array to array function
Example error message
error[E7002]:
arrays.len() requires an array
How to fix
Pass an array to this function.
argument must be an array
Non-array to array function
Pass an array to this function.