Rawiter
From GiderosMobile
Available since: Gideros 2025.2
Class: (global)
Description
Iterates keys in a table, without invoking any metamethod. table must be a table, key may be any value.
(any) = rawiter(table,key)
Parameters
table: (table) table to iterate
key: (any) key value in the table
Return values
Returns (any) value from the table