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 fb9924a commit c91be8eCopy full SHA for c91be8e
stdlib/public/core/OutputStream.swift
@@ -99,8 +99,8 @@ public protocol TextOutputStreamable {
99
func write<Target : TextOutputStream>(to target: inout Target)
100
}
101
102
-@available(*, unavailable, renamed: "TextOutputStreamable")
103
-typealias Streamable = TextOutputStreamable
+// @available(*, unavailable, renamed: "TextOutputStreamable")
+public typealias Streamable = TextOutputStreamable
104
105
/// A type with a customized textual representation.
106
///
0 commit comments