workflows
Collect
Convert any sequence into a slice.
It return an error if any of the elements in the sequence has a non-nil error.
Parameters
The sequence of bytes to convert
Returns
A slice of K
or an error if any.
Convert any sequence into a slice.
It return an error if any of the elements in the sequence has a non-nil error.
The sequence of bytes to convert
A slice of K
or an error if any.