E3016 Type Errors
not-indexable
value is not indexable
When this occurs
Indexing non-array/string
Example error message
error[E3016]:
index operator not supported for STRUCT
How to fix
Only arrays, strings, and maps can be indexed with `[]`.