This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Description
I think that the lines in the example
for (idx in IndexRange(array)) { ... }
for (idx in IndexRange(array)) { ... }
should be something like
for (idx in IndexRange(array)) { ... }
for (idx in 0..Length(array)-1) { ... }
to actually show some relevant equivalence.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.