-
Notifications
You must be signed in to change notification settings - Fork 32
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
Extracting values from lists #42
Comments
You can just access the |
I guess there is no harm in making them iterable and defining |
Would there be any efficiency issues (e.g unnecessary copying)? |
Yes, but we already copy so much stuff it probably wouldn’t make much difference. |
Ok, then that seems fine, intuitive (I did try calling Would it be at-all useful to define specialized |
we may want a different function, since
|
Hi @jebej , based on ticket (#72) I have snuck in the feature ( At the moment it can convert the "Assumptions" to a dictionary and lists to a list. Below are some examples:
As this is almost at the embryo stage, feel free to report strange (or lacking) behavior i other tickets. |
As the |
How do we extract numbers from lists? More generally, how are we supposed to use various return values in Julia?
For example, this code returns a list of lists:
I'd be happy to put an example in the README on how to do this.
The text was updated successfully, but these errors were encountered: