Open
Description
The iterator will have to yield a smart pointer that:
- Can be dereferenced immutably with no effect.
- Can be dereferenced mutably, marking the value as changed.
- Can be deleted (e.g., by calling some form of
ptr.delete()
method). This method should consume the smart pointer (possibly returning the inner value).
This will get rid of the last "internal" iteration feature.
Metadata
Metadata
Assignees
Type
Projects
Status
👊 Needs Commitment