Skip to content

Commit 4ea0ca8

Browse files
Dave AbrahamsMax Moiseev
authored andcommitted
[stdlib] staging for s/Streamable/TextOutputStreamable/
swiftpm uses it, so we need to do this in steps.
1 parent ade019d commit 4ea0ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/OutputStream.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public protocol Streamable {
9797
/// stream.
9898
func write<Target : TextOutputStream>(to target: inout Target)
9999
}
100+
typealias TextOutputStreamable = Streamable
100101

101102
/// A type with a customized textual representation.
102103
///

0 commit comments

Comments
 (0)