Replies: 2 comments
-
Sorry I missed this or forgot to respond. It was probably 6 years ago that I added these and I don't know if there was a rational. It would be a breaking change but it might not break much actual code in the real world. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Created an issue to do a consistency pass on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a reason the
to_array
andas_*
vector functions are by reference? All other vector functions that do not mutate use values.My case is probably niche, but I happen to be using unaligned vectors, and cannot call by-reference functions on them.
I assume it would be a breaking change to change those functions to use values at this point, but I am curious about the rationale for the original decision.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions