metalfs icon indicating copy to clipboard operation
metalfs copied to clipboard

Integer Operator Parameter Types

Open rs22 opened this issue 5 years ago • 0 comments

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.

rs22 avatar Feb 01 '20 17:02 rs22