Registers a set of operators for a specific operator type.
This function validates the provided operators to ensure that each operator
name is valid and its corresponding function is a valid operator function.
It also ensures that an operator cannot be redefined once it has been registered.
Registers a set of operators for a specific operator type.
This function validates the provided operators to ensure that each operator name is valid and its corresponding function is a valid operator function. It also ensures that an operator cannot be redefined once it has been registered.