-
Notifications
You must be signed in to change notification settings - Fork 43
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
Allow pairs in constructors #530
Comments
The lookups very much need to be (ax1=(:x, :y, :z), ax2=(:x, :y, :z)) So we would have to This looks like it should work though... I remember even making this work at one point writing it and deciding not to just to keep it simpler: (:axis1=>[:x, :y, :z], :axis2=>[:x, :y, :z]) Not sure how to weight that up |
No reason for using a tuple, I just keep forgetting whether it's a tuple or an array 😅 but I assume if this is a problem for me, I'm probably not the only one. |
Probably needs a better error catching Tuple and whatever else then. |
That would work, but is there a problem with just |
The problem for me is that if it works, people will use it, and its confusing to see a |
Some constructors that feel like they should work, but don't ATM:
Can't use pairs either:
The text was updated successfully, but these errors were encountered: