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

feat(collections): change IndexedMap.Iterate to accept generic Ranger interface #1033

Merged
merged 3 commits into from
Nov 3, 2022

Conversation

testinginprod
Copy link
Collaborator

Description

Changes the IndexedMap.Iterate method to accept a Ranger interface instead of Range.

Purpose

The generic interface allows consumers to implement their custom ranges, ex: PairRange is more straightforward to use to iterate over pair keys.

@testinginprod testinginprod merged commit 0af8bde into master Nov 3, 2022
@testinginprod testinginprod deleted the mercilex/indexed-map-api branch November 3, 2022 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants