It would also be nice to optimize `.map()`, `.filter()` etc. for empty collections in order to spare...
m
It would also be nice to optimize
.map()
,
.filter()
etc. for empty collections in order to spare the useless allocation 🤔