Replies: 1 comment
-
|
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
-
It is a bit strange and probably error-prone, because you can index
Align2
type by any number which could cause panic. Isn't it would be better to use 2-tuple representation. Or, even better, just an ordinalstruct { pub x, pub y }
? I see no benefits from the current array representation.Beta Was this translation helpful? Give feedback.
All reactions