❔ The best way to create custom types?
Hey, what's the best way to implement a custom type?
E.g. I want an Id and instead of having it like this:
I want it like that:
So I don't calculate with the ID for example because it's an ID, not some random number.
E.g. I want an Id and instead of having it like this:
I want it like that:
So I don't calculate with the ID for example because it's an ID, not some random number.