inside a lambda does not change the fact that the compiler will automatically assign a value to
it
c
Czar
02/09/2018, 8:56 AM
Yeah, underscore is just there for readability purposes, to make it explicit that you don't care about some arguments. As a bonus it makes unused param warning go away 😉
e
edwardwongtl
02/09/2018, 9:00 AM
But I am wondering if the team can do something to the compiler to get rid of this