Creates a new "cooked" pipe using the provided value as the starting input.
Use from with iterable helpers instead.
using("Hello World!").pipe( (str) => str.split(" "));
Generated using TypeDoc
Creates a new "cooked" pipe using the provided value as the starting input.
Deprecated
Use from with iterable helpers instead.
Example