Comments: Learn Enhanced C# #28
Replies: 2 comments
-
Thank you for your work @qwertie, and I am actually deciding whether to integrate this library into our project. (I.e.: presumably wrapped float & int Vector3 with the option to preserve (or forward to) all API that exists on the wrapped types, but with type checking on conversion.) |
Beta Was this translation helpful? Give feedback.
-
Well, I should point out that the Loyc.Math library includes As LeMP is just a preprocessor, it doesn't do semantic analysis, so it doesn't know anything about code located elsewhere, i.e. the wrapped type, so it doesn't include a feature to "forward to all APIs in a wrapped type". The
If that's not sufficient, let me know and I'll give it some thought. |
Beta Was this translation helpful? Give feedback.
-
Comments on Enhanced C# for ordinary coders
Beta Was this translation helpful? Give feedback.
All reactions