mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[stdlib] Propagate Reflectable docs
230 undocumented public non-operator APIs remain in core Swift SVN r22236
This commit is contained in:
@@ -158,6 +158,7 @@ extension String {
|
||||
return Generator(_core.generate())
|
||||
}
|
||||
|
||||
/// Returns a mirror that reflects `self`.
|
||||
public func getMirror() -> MirrorType {
|
||||
return _UnicodeScalarViewMirror(self)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user