-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Allow modes on self #2585
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
Comments
This will be addressed by the removal of argument modes, plus max/min classes. |
@pcwalton Is there an issue open for max/min classes yet? |
@catamorphism Not yet, still ironing out the design. |
This is now part of #2794, correct? |
bblum
added a commit
that referenced
this issue
Jul 24, 2012
Not really part of #2794. This is now the related "explicit self type" proposal. |
ghost
assigned msullivan
Aug 8, 2012
msullivan
added a commit
that referenced
this issue
Aug 15, 2012
msullivan
added a commit
that referenced
this issue
Aug 18, 2012
msullivan
added a commit
that referenced
this issue
Aug 18, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It'd be nice to pass self by move, or at least by copy (whatever + mode is). This would make my new vector addition in the library code faster since we could avoid always copying self.
The text was updated successfully, but these errors were encountered: