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 8b928cb3f1
commit c5f31f6f7d

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.