would it make sense negation on infix functions? `...
# language-proposals
e
would it make sense negation on infix functions?
infix fun ByteBuffer.matches(string: String): Boolean
buf !matches "ciao"
👍 2