Creates an instance from the description of a given Lossless
instance.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
init<T>(_ value: T) where T : LosslessStringConvertible
Creates an instance from the description of a given Lossless
instance.
SDK
Framework
init<T>(_ value: T) where T : LosslessStringConvertible
init<Subject>(describing: Subject)
Creates a string representing the given value.
init<Subject>(describing: Subject)
Creates a string representing the given value.
init<Subject>(describing: Subject)
Creates a string representing the given value.
init<Subject>(describing: Subject)
Creates a string representing the given value.
init<Subject>(reflecting: Subject)
Creates a string with a detailed representation of the given value, suitable for debugging.