isOperator

fun isOperator(cp: Int): Boolean

Answer whether the given Unicode codePoint is an acceptable operator.

Return

Whether the codePoint can be used as an operator character in a method name.

Parameters

cp

The codePoint to check.