``` val f : (String, Int)->String = { … } ``` I...
# random
o
Copy code
val f : (String, Int)->String = { … }
Is it consistent enough? 🙂 You can call it like a function
f()
, so usage would be the same