How do I tell if a given KSFunctionDeclaration ref...
# ksp
m
How do I tell if a given KSFunctionDeclaration refers to an operator method?
j
You can check if its modifier contains
Copy code
Modifier.OPERATOR