Open bishabosha opened 5 years ago
Dotty removes support for the @specialized annotation, but introduces specialising inline methods. This brings up some issues:
@specialized
inline
With Dotty comes prior mentioned inline methods, along with improved GADT reasoning which can be used to select a specialised method.
I'll publish soon some experimentation I've been working on.
Dotty removes support for the
@specialized
annotation, but introduces specialisinginline
methods. This brings up some issues:With Dotty comes prior mentioned
inline
methods, along with improved GADT reasoning which can be used to select a specialised method.