Skip to content
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

Replace vec member functions with operators #195

Closed
no-lex opened this issue Jan 11, 2021 · 1 comment
Closed

Replace vec member functions with operators #195

no-lex opened this issue Jan 11, 2021 · 1 comment
Labels
misimplementation Circumlocutious or redundant implementation

Comments

@no-lex
Copy link
Member

no-lex commented Jan 11, 2021

Many vec member functions are just spelled out operators. Changing them to operators means vec types can be manipulated as expected like other numeric types.

@no-lex no-lex added the misimplementation Circumlocutious or redundant implementation label Jan 11, 2021
@no-lex
Copy link
Member Author

no-lex commented Oct 28, 2021

See #230 which explains this better.

@no-lex no-lex closed this as completed Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
misimplementation Circumlocutious or redundant implementation
Projects
None yet
Development

No branches or pull requests

1 participant