Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterator trait for std #5314

Closed
Braqzen opened this issue Dec 1, 2023 · 1 comment
Closed

Iterator trait for std #5314

Braqzen opened this issue Dec 1, 2023 · 1 comment
Labels
enhancement New feature or request lib: std Standard library

Comments

@Braqzen
Copy link
Contributor

Braqzen commented Dec 1, 2023

It is useful to be able to iterator over certain types / collections ex. Vec, StorageMap, arrays etc.

Create an iterator trait, implement tests for all built-in types.

Future work: standard library types such as Vec may be implemented.

@Braqzen Braqzen added enhancement New feature or request lib: std Standard library labels Dec 1, 2023
@IGI-111
Copy link
Contributor

IGI-111 commented Dec 1, 2023

Duplicate of #145

@IGI-111 IGI-111 marked this as a duplicate of #145 Dec 1, 2023
@IGI-111 IGI-111 closed this as completed Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lib: std Standard library
Projects
None yet
Development

No branches or pull requests

2 participants