Generic Initializer

init(_:)

Creates an instance from the description of a given LosslessStringConvertible instance.

Declaration

init<T>(_ value: T) where T : LosslessStringConvertible

See Also

Converting Other Types to Strings

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.