I see that uint32 is already an alias for uint.
Is there a way I can create aliases for uint8, uint16, uint32, etc... for adding a _t to the end of their names? uint8_t, uint16_t, etc...?
I ask because forgetting to remove the _t is probably my most frequent mistake when registering object properties.