-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Allow modes on self #2585
Copy link
Copy link
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.