Type for pipes.
You can construct a pipe using pipe.
Applies an iterable-returning function to the iterable, which will continue the pipe.
the next function to apply
Applies a terminal function to the iterable, ending the pipe.
Type for pipes.
You can construct a pipe using pipe.