Hacker News new | ask | show | jobs
by ben-schaaf 3783 days ago
Another alternative is the way D does it. Its the same idea as `not in` but instead of adding a 2 keyword operator and non-standard usage of negation (`not` instead of `!`) it is simply: `!in`