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 some and, or, lt, gt, neq etc. helpers #30

Open
janbrasna opened this issue Nov 10, 2024 · 1 comment
Open

Add some and, or, lt, gt, neq etc. helpers #30

janbrasna opened this issue Nov 10, 2024 · 1 comment
Assignees

Comments

@janbrasna
Copy link
Owner

It's easy to do #if a && b by doing two ifs… but it's super hard to do the else inversion when you only need to do it #unless a || b etc. … Leads to scary repetition, and the helpers are super easy one liners (even though their nested use get a bit scary sometimes, but… well… 🚀?)

@janbrasna janbrasna self-assigned this Nov 10, 2024
@janbrasna
Copy link
Owner Author

(See e.g. 569144c for a few handy ones…)

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

1 participant