// use auto-operator static L ai_getOperands(S s) { ret ai_operands(s); } static L ai_getOperands(L operator, S s) { ret ai_operands(operator, s); }