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

Added From<array> for AHashSet & AHashMap #109

Merged
merged 1 commit into from
Feb 11, 2022
Merged

Added From<array> for AHashSet & AHashMap #109

merged 1 commit into from
Feb 11, 2022

Conversation

virtualritz
Copy link
Contributor

This adds the convenience From<array> methods to AHashSet & AHashMap that are found in the std HashSet & HashMap.

The code is more or less verbatim copied from std and contains examples (i.e. doc tests).

@tkaitchuck tkaitchuck self-requested a review February 11, 2022 02:38
@tkaitchuck tkaitchuck merged commit c069bdc into tkaitchuck:master Feb 11, 2022
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