takle
searching Neon…
- 1.▲
- 2.▲
- 3.▲
- 4.▲
- 5.▲
- 6.▲
7 ms·
- 1.▲
- 2.▲
- 3.▲
# Why not
## Lodash
`_.flow(b,c,d)(a)` // left to right
`_.compose(d,c,b)(a)` // right to left
`_.flowRight(d,c,b)(a)` // right to left
`_.backflow(d,c,b)(a)` // right to left ## RamdaJS
`_.pipe(b,c,d - 4.▲
- 5.▲
- 6.▲