[stdlib] Propagate LiteralConvertible docs

219 undocumented public APIs remain in core

Swift SVN r22213
This commit is contained in:
Dave Abrahams
2014-09-23 11:12:39 +00:00
parent f8f703083f
commit 7c9ebaa19f
14 changed files with 40 additions and 16 deletions

View File

@@ -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
}