|
|
|
|
|
by std_throwaway
2462 days ago
|
|
It does not change your existing integers or compilation time. Only where you use the new types the compiler will have more work to do. What would be the alternative in those places? Manual code? Preprocessor macros? Assertions everywhere? A theorem prover? To me the implementation seems to be a good solution given that you don't want to change the core language. |
|
Fix the damn language.