A type that can represent a string as a collection of characters.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Overview
Do not declare new conformances to String
. Only the String
and Substring
types in the standard library are valid conforming types.