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

✨ Add SequenceSet#find_ordered_index #396

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Feb 4, 2025

Returns the first index of number in the ordered #entries, or nil if number isn't in the set.

This is the ordered entries version of #find_index.

@nevans nevans merged commit 436bd1c into master Feb 4, 2025
37 checks passed
@nevans nevans deleted the sequence_set-find_ordered_index branch February 4, 2025 00:06
@nevans nevans added the enhancement New feature or request label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant