proposal-pipeline-operator-for-function-composition icon indicating copy to clipboard operation
proposal-pipeline-operator-for-function-composition copied to clipboard

+> for function composition

Results 3 proposal-pipeline-operator-for-function-composition issues
Sort by recently updated
recently updated
newest added
trafficstars

The big feature that makes this different from some of the other pipeline proposals is that if the function is a generator and/or async, it automagically alters how it calls...

The introduction of a generator into the pipeline implicitly invokes some looping, producing a generator as output. But what happens when you pipeline together *two* generators? Like, say you have:...

Is there any available?