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

Improve explanation about IndexSet's complexity. #273

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Improve explanation about IndexSet's complexity. #273

merged 1 commit into from
Aug 16, 2023

Conversation

your-diary
Copy link

This PR fixes this comment in #187.

In addition to just adding an explanation only about get_index_of() method, I added Complexity section to explain IndexSet<T, S> is internally just an IndexMap<T, (), S>.

@cuviper
Copy link
Member

cuviper commented Aug 16, 2023

Thanks!

@cuviper cuviper merged commit 0604c5b into indexmap-rs:master Aug 16, 2023
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.

2 participants