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

FloatEq impls over slices #13

Closed
jtempest opened this issue Jun 13, 2020 · 1 comment
Closed

FloatEq impls over slices #13

jtempest opened this issue Jun 13, 2020 · 1 comment

Comments

@jtempest
Copy link
Owner

There are now FloatEqAll implementations for the *_all checks over slices, but the FloatEq checks are missing. This is because the current trait specification requires that the Epsilon type be something along the lines of [A::Epsilon], which results in errors about the type not being tagged as Sized. Assuming it is possible to implement structured epsilon checks at all, this will need to be solved in terms of defining the impls, or the traits may need to change to accommodate it.

@jtempest
Copy link
Owner Author

Full slice trait impls now in, commit: 1ce78ad

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

No branches or pull requests

1 participant