Skip to content

Make `drop` and `dropWhile` fuse (#18964)

Sebastian Graf requested to merge wip/T18964 into master

I copied the fusion framework we have in place for take. T18964 asserts that we regress neither when fusion fires nor when it doesn't.

Fixes #18964.

Merge request reports