mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Unicode[Encoding|Parser] => Unicode.[Encoding|Parser]
This commit is contained in:
@@ -364,7 +364,7 @@ public struct _StringCore {
|
||||
}
|
||||
|
||||
/// Write the string, in the given encoding, to output.
|
||||
func encode<Encoding: UnicodeEncoding>(
|
||||
func encode<Encoding: Unicode.Encoding>(
|
||||
_ encoding: Encoding.Type,
|
||||
into processCodeUnit: (Encoding.CodeUnit) -> Void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user