mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-06 11:29:11 +00:00
Mark generalized iteration RFC as implemented
This commit is contained in:
parent
bcab792e0d
commit
ca5fbbfc24
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Generalized iteration
|
# Generalized iteration
|
||||||
|
|
||||||
|
**Status**: Implemented
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
Introduce support for iterating over tables without using `pairs`/`ipairs` as well as a generic customization point for iteration via `__iter` metamethod.
|
Introduce support for iterating over tables without using `pairs`/`ipairs` as well as a generic customization point for iteration via `__iter` metamethod.
|
||||||
|
|
Loading…
Reference in a new issue