-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[DRAFT] Introduce @specialize attribute #2638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@al45tair recently brought up this feature request, which might be good to add in "future directions":
|
Hmm. There are lots of open questions here. For example, would that get applied to methods added outside the module? I guess it could. That's quite a subtle at-a-distance impact though. |
That's a great question. I'm not sure whether that's desirable; maybe it should only apply within the defining module, and if someone wants to extend the class and have things specialised they should have to write |
No description provided.