It would be great if we could apply `flip` to a function before we hand it over to a command. For example (suppose that `%` is a `flip`-operator): ``` > seq 3 | map %append "-" -1 -2 -3 > seq 3 | filter %contains "12" 1 2 ```
It would be great if we could apply
flipto a function before we hand it over to a command. For example (suppose that%is aflip-operator):