func toDebugString<T>(_: T) Returns the result of debugPrint'ing x into a String Declaration func toDebugString<T>(x: T) -> String