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 array blanket implementations. #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TannerRogalsky
Copy link

Mirrors the slice implementation. Improves ergonomics when comparing arrays.

Mirrors the slice implementation. Improves ergonomics when comparing arrays.
@brendanzab
Copy link
Owner

Oooh, nice! I wonder if we should put this under a feature flag 🤔 - approx is used pretty widely and I'm not sure how disruptive a MSRV bump would be to the ecosystem.

I also see that we're using Travis CI still - might need to switch to Github Actions 😅

@TannerRogalsky
Copy link
Author

@brendanzab Can't hurt. I've added an array_impl that is not enabled by default.

@RReverser
Copy link

Would love to see this merged to get rid of all the &arr[..] in approx calls.

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.

None yet

3 participants