Currently, the only integer operator parameter type is int (which internally maps to a uint32).
This naming should be clarified, and parameter types for uint64, int64, uint32, int32 should be added.
Furthermore, the term 'parameter' is used synonymously with 'option' and 'argument' in the codebase and documentation. This should be harmonized as well.
Currently, the only integer operator parameter type is
int(which internally maps to auint32).This naming should be clarified, and parameter types for
uint64,int64,uint32,int32should be added.Furthermore, the term 'parameter' is used synonymously with 'option' and 'argument' in the codebase and documentation. This should be harmonized as well.