Creates an instance initialized to the given string value.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
init(stringLiteral value: String)
Parameters
value
The value of the new instance.
Discussion
Note
This documentation comment was inherited from Expressible
.