is there already a ticket about negating infix cal...
# language-proposals
e
is there already a ticket about negating infix calls at the function name rather than at the receiver? ie,
NavInput._DpadLeft !_isTest readMode
❤️ 1
e
thanks
d
Obviously it is up to library maintainers whether to want to offer the negated methods themselves. Infix is mainly used for enhanced readability and a isNot b is in my opinion more readable than a !is b
1
You could always still do !a.is(b) without the infix notation