We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f156420 commit 3cebb14Copy full SHA for 3cebb14
stdlib/public/core/OutputStream.swift
@@ -71,9 +71,9 @@ public protocol CustomDebugStringConvertible {
71
}
72
73
// @availability(*, unavailable, renamed="CustomDebugStringConvertible")
74
-typealias DebugPrintable = CustomDebugStringConvertible
+public typealias DebugPrintable = CustomDebugStringConvertible
75
// @availability(*, unavailable, renamed="CustomStringConvertible")
76
-typealias Printable = CustomStringConvertible
+public typealias Printable = CustomStringConvertible
77
78
//===----------------------------------------------------------------------===//
79
// `print`
0 commit comments