mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
toString(x) => String(x) toDebugString(x) => String(reflecting: x) Printable => CustomStringConvertible DebugPrintable => CustomDebugStringConvertible Also updated comments to clarify these protocols Swift SVN r27090