mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[stdlib] De-underscore Unicode "namespace"
This commit is contained in:
@@ -31,7 +31,7 @@ where Encoding.EncodedScalar == _UIntBuffer<UInt32, Encoding.CodeUnit> {
|
||||
@inline(__always)
|
||||
public mutating func parseScalar<I : IteratorProtocol>(
|
||||
from input: inout I
|
||||
) -> _Unicode.ParseResult<Encoding.EncodedScalar>
|
||||
) -> Unicode.ParseResult<Encoding.EncodedScalar>
|
||||
where I.Element == Encoding.CodeUnit {
|
||||
|
||||
// Bufferless single-scalar fastpath.
|
||||
|
||||
Reference in New Issue
Block a user