We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
array
It should take an array of sub-statements to execute, and return an array of each one's values.
Perhaps it should be one type with a boolean?
Kind of similar to type object, and will also likely have some funky type issues like that one did
object
Should just be array, and then later have a parallel optional bool
parallel
The text was updated successfully, but these errors were encountered:
Add seed_type array.
e91710b
Its behavior is similar to seed_type `object` and uses many of the same tricks. Part of #27.
sequential
Update documentation about uses of array seed_type.
2241657
Part of #27. Part of #36.
Make it so seed_type array has a return argument to change which va…
return
6e8d3e5
…lues should be returned. Part of #27. Part of #36.
No branches or pull requests
It should take an array of sub-statements to execute, and return an array of each one's values.
Perhaps it should be one type with a boolean?
Kind of similar to type
object
, and will also likely have some funky type issues like that one didShould just be
array
, and then later have aparallel
optional boolThe text was updated successfully, but these errors were encountered: