You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And this would be really convenient in creating APIs that take Into<Vec3<T>> since then just (vec2, z) could be passed in instead of having to convert it.
The text was updated successfully, but these errors were encountered:
Right now this either has to be done by:
or
where it could just be
And this would be really convenient in creating APIs that take
Into<Vec3<T>>
since then just(vec2, z)
could be passed in instead of having to convert it.The text was updated successfully, but these errors were encountered: