Alias for value types is indispensable #7642
-
With static abstract members, it has become possible to write generic math libraries. However, when applying generic math, generics can make the code difficult to understand. Currently, file-scoped aliases can be used to alleviate this problem, but this is not enough for a large project. The following code shows a solution to this problem.
In this example, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
How about |
Beta Was this translation helpful? Give feedback.
It's a proposed feature. See #5497