What characters are allowed in a Kotlin function n...
# getting-started
b
What characters are allowed in a Kotlin function name? I want to write this:
Copy code
inline infix fun Number.≠(other: Number): Boolean = this != other
But I get this error: Expecting function name