mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-13 13:30:40 +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
|
||||
|
||||
**Status**: Implemented
|
||||
|
||||
## Summary
|
||||
|
||||
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