mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[stdlib] Unicode[Encoding|Parser] => Unicode.[Encoding|Parser]
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
public protocol _UTFParser {
|
||||
associatedtype Encoding : _UnicodeEncoding
|
||||
associatedtype Encoding : _UnicodeEncoding_
|
||||
|
||||
func _parseMultipleCodeUnits() -> (isValid: Bool, bitCount: UInt8)
|
||||
func _bufferedScalar(bitCount: UInt8) -> _UIntBuffer<UInt32, Encoding.CodeUnit>
|
||||
|
||||
Reference in New Issue
Block a user