Required Initializerswift 6.1.2Swift
init(_:)
Instantiates an instance of the conforming type from a string representation.
init?(_ description: String) Instantiates an instance of the conforming type from a string representation.
init?(_ description: String) import Swiftprotocol LosslessStringConvertible : CustomStringConvertibleA type that can be represented as a string in a lossless, unambiguous way.
@frozen struct StringA Unicode string value that is a collection of characters.
init?(_ description: String) Creates a new integer value from the given string.
init<T>(_ source: T) where T : BinaryFloatingPoint