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 3767f2d commit c2f93ffCopy full SHA for c2f93ff
stdlib/public/core/Unicode2.swift
@@ -46,11 +46,6 @@ public protocol AnyUnicodeEncoding {
46
/// The maximum number of code units in an encoded unicoded scalar value
47
static var maxLengthOfEncodedScalar: UInt { get }
48
49
- /// A type that can represent a single UnicodeScalar as it is encoded in this
50
- /// encoding.
51
- associatedtype EncodedScalar : EncodedScalarProtocol
52
- // where Iterator.Element : UnsignedInteger
53
-
54
// FIXME: do we even want these single-scalar parse methods on the thing
55
// that's going to be used with type erasure? You pretty much want to be
56
// doing bulk-stuff behind the type erasure boundary, so things like
0 commit comments