-
Notifications
You must be signed in to change notification settings - Fork 36
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
Implement ApproxEq for all primitives #6
Comments
We should write down a list of these! |
Added some to the list! |
I think @WaDelma was referring to other numeric primitive types like u32, i32, etc. |
Hmm, yeah. Is this a problem with the API? What does approx mean for integers? |
What about |
Hey! What's the status on tuples? I would find that very useful for lots and lots of my unit tests. |
Currently only
f32
andf64
are implemented.(T, ..)
[T]
RefCell<T>
Cell<T>
[T; n]
(up to32
)The text was updated successfully, but these errors were encountered: