mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Propagate LiteralConvertible docs
219 undocumented public APIs remain in core Swift SVN r22213
This commit is contained in:
@@ -51,6 +51,7 @@ public enum Character :
|
||||
UTF32.self, input: CollectionOfOne(UInt32(value))))
|
||||
}
|
||||
|
||||
/// Create an instance initialized to `value`.
|
||||
public init(unicodeScalarLiteral value: Character) {
|
||||
self = value
|
||||
}
|
||||
@@ -67,6 +68,7 @@ public enum Character :
|
||||
isASCII: isASCII))
|
||||
}
|
||||
|
||||
/// Create an instance initialized to `value`.
|
||||
public init(extendedGraphemeClusterLiteral value: Character) {
|
||||
self = value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user