drop

fewer

Stream('a', 'b', 'c').drop(2).compile.toList

diagram

fewer (with chunks)

Stream('a', 'b', 'c').drop(2).compile.toList

diagram

more

Stream('a', 'b', 'c').drop(5).compile.toList

diagram

more (with chunks)

Stream('a', 'b', 'c').drop(5).compile.toList

diagram