init(_:)
Creates a String having the given content.
Declaration
init?(_ codeUnits: Substring.UTF8View)Discussion
If codeUnits is an ill-formed code unit sequence, the result is nil.
Creates a String having the given content.
init?(_ codeUnits: Substring.UTF8View)If codeUnits is an ill-formed code unit sequence, the result is nil.