Типы возврата функции в Swift

func functionWithReturnType() -> String {  return "I must return a string"}
Talented Tiger