-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Generic structs #452
Comments
For the implementation of this function, I wanted to have something like
in order to pass just one |
This would also be useful for the implementation of the plotting functionality, which currently falls back to
It would be much nicer to be able to write
|
Early draft: #514 |
Another example where this is needed: #529 |
With the recent changes to generics in #443, it might not be too hard to support generic structs. As in:
or maybe
The text was updated successfully, but these errors were encountered: