This video suggests that the | is used to pass data through the functions
Is this something, the bitwise or can do, or did I miss something?
auto selection = data | drop(from)
| take(to - from)
| filter(predicate);
(See the second example: https://youtube.com/shorts/weGxJilk-c4)