Types de retour de fonction dans Swift

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