-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
T-langmeeting-proposalProposal for a lang team design meetingProposal for a lang team design meeting
Description
Summary
This meeting is to review RFC 3861 about adding the iter!
macro. The iter!
macro creates iterator closures which evaluate to an iterator. Within the body, the yield
keyword can be used to give iterator values to the caller. This means the compiler can generate the state machine for you, which is especially useful for iterators with complex state transitions.
I'd like to get the rest of the Lang team's opinion of this and 🤞 start getting checkboxes so we can move towards stabilizing iter!
.
Background reading
About this issue
This issue corresponds to a lang-team design meeting proposal. It corresponds to a possible topic of discussion that may be scheduled for deeper discussion during one of our design meetings.
Metadata
Metadata
Assignees
Labels
T-langmeeting-proposalProposal for a lang team design meetingProposal for a lang team design meeting
Type
Projects
Status
Needs triage