Closed EotT123 closed 7 months ago
Yep, it’s an implementation shortcut. Doing the A+ solution where you define your own type var is over-the-top involved and imo not worth the trouble. shrug
Fwiw, this is documented in manifold-ext docs section on generics.
I'm sorry, I didn't saw that in the documentation. Thanks for your answer.
The following code doesn't compile.
Whereas this compiles fine (notice the change in generic type names from
T
toE
)Javac error:
Apparently, because of the extending class uses E as the name, I'm forced to use the same name?
Desktop (please complete the following information):