[stdlib] Propagate Reflectable docs

230 undocumented public non-operator APIs remain in core

Swift SVN r22236
This commit is contained in:
Dave Abrahams
2014-09-23 23:08:43 +00:00
parent 6bb89ae255
commit dbde275230
18 changed files with 21 additions and 2 deletions

View File

@@ -158,6 +158,7 @@ extension String {
return Generator(_core.generate())
}
/// Returns a mirror that reflects `self`.
public func getMirror() -> MirrorType {
return _UnicodeScalarViewMirror(self)
}