Skip to content

Commit

Permalink
Mark generalized iteration RFC as implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Jun 9, 2022
1 parent bcab792 commit ca5fbbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rfcs/generalized-iteration.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ca5fbbf

Please sign in to comment.