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 ISNT operator #1913

Closed
itadapter opened this issue Oct 5, 2018 · 2 comments
Closed

Add ISNT operator #1913

itadapter opened this issue Oct 5, 2018 · 2 comments

Comments

@itadapter
Copy link

Add a complementary operator isnt (or isnot to is) which will make code much more readable. Currently IS is not overlodable.
Consider:

if ( !(msg is StopMsg)) {...}
if (msg isnt StopMsg) {...}
@HaloFour
Copy link
Contributor

HaloFour commented Oct 5, 2018

#27 #157 #246 #568 #1350

@weitzhandler
Copy link

@itadapter Please close the issue. There are plenty of dupes.

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

4 participants