mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-04 10:30:56 +01:00
Mark generalized iteration RFC as implemented
This commit is contained in:
parent
8b928cb3f1
commit
c5f31f6f7d
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…
Add table
Reference in a new issue