-
Notifications
You must be signed in to change notification settings - Fork 64
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
Introduce numerical comparisons #18
Conversation
I'm finished implementing those methods. What do you think @goreRatzete ? You can see those "in action" in the unittests: |
Looking good! What about something like this for ranges also ?
|
You're right, didn't know about that. There seem to be a couple that we can use: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/index.html |
Looks good! |
Issue: #17