Return the human-readable name of the operator
<mrdocs/Metadata/Specifiers/OperatorKind.hpp>
Optional<std::string_view>
getOperatorReadableName(
OperatorKind kind,
int nParams);
| Name | Description |
|---|---|
| kind | The kind of operator. |
| nParams | The number of parameters the operator takes. |