Scala has the following: ```scala names.map(_.toUpperCase) ``` Extend the wildcard symbol `_` to support similar. TODO: show use case
Scala has the following:
Extend the wildcard symbol
_to support similar.TODO: show use case