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

Use generics and go1.23 iterators #26

Merged
merged 6 commits into from
Sep 11, 2024
Merged

Use generics and go1.23 iterators #26

merged 6 commits into from
Sep 11, 2024

Conversation

gammazero
Copy link
Owner

@gammazero gammazero commented Sep 10, 2024

  • Store specific types of values, using generics to specify type.
  • Replace iterators (Walk, WalkPath, Iterator) with go1.23 iterators. This allows ranging over key-value pairs.

- Store specifiv types of values typed using generics.
- Replace iterators (Walk, WalkPath, Iterator) with go1.23 iterators. This allows ranging over key-value pairs.
@gammazero gammazero changed the title Use generaic and go1.23 iterators Use generics and go1.23 iterators Sep 10, 2024
@gammazero gammazero merged commit 213b8a1 into main Sep 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant