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
Another problem is, that on master I switched back to not let functions change the return type.
So it will do Vec{2, Int32}(atan2(a[1], b[1]), atan2(a[2], b[2])) which will result in an InexactError.
I should change that back at some point, but I need to do this cleanly. Otherwise type inference will cry.
Ah I see your point!
I haven't implemented any Point specific methods yet, so it behaves identical to Vec.
If we start doing things like that, -, +, * need their own definition as well.
The text was updated successfully, but these errors were encountered: