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 Uint.equals(Int) #12

Closed
SerVB opened this issue May 1, 2018 · 2 comments
Closed

Add Uint.equals(Int) #12

SerVB opened this issue May 1, 2018 · 2 comments

Comments

@SerVB
Copy link
Contributor

SerVB commented May 1, 2018

Hello!

What about this method and the same ones? Now I have to write u == Uint(0) instead of u == 0.

@elect86
Copy link
Collaborator

elect86 commented May 2, 2018

Even if you add equals(Int) in Uint, it won't work.

You should write u.v == 0 instead

@SerVB
Copy link
Contributor Author

SerVB commented May 2, 2018

Oh, thanks!

@SerVB SerVB closed this as completed May 2, 2018
SerVB referenced this issue in SerVB/pph May 2, 2018
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

2 participants