calidion
(String, Double, Int) -> String
Sam
typealias MyFunction = (String, Double, Int) -> String val foo: MyFunction = { a, b, c -> … }