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
General task have outputs and inputs, which have these type. Number of input can be in range from 0 to N, number of ouput --- from 1 to N and special empty output (for side effect task such as external and system call, IO operations etc). I prepera table for several combination of outputs and inputs.
Proposal add function for work with non-uniform data, similar
pipe
andjoin
. As first example, for two types:The text was updated successfully, but these errors were encountered: