Did you know in Swift you can use `_ myVar: MyVar`...
# announcements
b
Did you know in Swift you can use
_ myVar: MyVar
to avoid including the name as well (kotlin doesn’t need that additional
_
for the same functionality)