mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] finish public non-protocol docs
The 58 undocumented public non-operator APIs still present in core are all on non-exposed (underscored) APIs. Swift SVN r22263
This commit is contained in:
@@ -387,7 +387,9 @@ public protocol DictionaryLiteralConvertible {
|
||||
/// Conforming types can be initialized with string interpolations
|
||||
/// containing `\(`\ ...\ `)` clauses.
|
||||
public protocol StringInterpolationConvertible {
|
||||
/// Create an instance by concatenating the elements of `strings`
|
||||
init(stringInterpolation strings: Self...)
|
||||
/// Create an instance containing `expr`\ 's `print` representation
|
||||
init<T>(stringInterpolationSegment expr: T)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user