sys::Obj compiler::COperators
COperators is used to manage methods annoated with the Operator facet for efficient operator method resolution.
Get operators defined for prefix. For example:
find("plus") => [plus, plusFloat, plusDecimal]
new make(CType parent)
Construct for given parent type
CType parent { private set }
static Str? toPrefix(Str methodName)
Given a method name get the operator prefix:
"plus" => "plus" "plusInt" => "plus" "fooBar" => null
compiler 1.0.82∙26-Jun-2025 Thu 13:18:36 EDT