mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
and introduce the StringRef struct. It's more efficient. Also, rename the `HasName` protocol to `HasShortDescription`, which introduces the new requirement `shortDescription`. This is need because `name` now has `StringRef` type and not `String` anymore