It would be nice to have a checking mechanism to fail early before calling into native functions if op parameters don't make sense. This may include e.g. bounds checking for numerical values, size and shape checking for RAIs and checking for parameters that must come together (like ECF_RESTRAIN_USER and restraintMin, restraintMax).
It would be nice to have a checking mechanism to fail early before calling into native functions if op parameters don't make sense. This may include e.g. bounds checking for numerical values, size and shape checking for
RAIs and checking for parameters that must come together (likeECF_RESTRAIN_USERandrestraintMin, restraintMax).