E7004 Stdlib Validation Errors
requires-integer
argument must be an integer
When this occurs
Non-integer where integer needed
Example error message
error[E7004]:
arrays.get() requires an integer index
How to fix
Pass an integer to this function.