resym
resym copied to clipboard
Change amount of 0s based on enum type
For example
enum MyEnum : char {
Value = 0x01
};
That would be nice to have indeed 👍