Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

indices

marray.indices

a sequence of all valid indices to access this array. Useful e.g., for
`for`-loops:

for i in arr.indices do