Mark generalized iteration RFC as implemented

This commit is contained in:
Arseny Kapoulkine 2022-06-09 10:18:29 -07:00 committed by GitHub
parent bcab792e0d
commit ca5fbbfc24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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.