Has anyone else (in C) wrapped an int type in a struct to avoid accidental mixing of ints with different semantic values?
@jbk No, one uses enum for that 😜
@letoams @jbk I just did this with Strings in rust.