Crate hexga_typedef

Source
Expand description

Define what will be the default int, uint and float (and Coef = float) typedef.

Type Aliasesยง

Coef
Same as float, but just to mark the different use case.
float
Default unsigned floating type
int
Default signed integer type
uint
Default unsigned integer type