Cause by looking at the bytecode, the lambda does assign a value to the implicit `it`(or whatever name you choose to give it), just wondering if changing
it
to
_
will allows the compiler to remove that variable assignment, or even the creation of the variable.