E7004 Stdlib Errors

Stdlib

function argument must be an integer, not a float

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.

Related errors