is there any performance difference between `{ (_,...
# announcements
p
is there any performance difference between
{ (_, x) -> x }
and
{ it.x }
?