StringInitializable
public protocol StringInitializable
StringInitializable acts as a generic constraint for tags with value.
represents all types that can be initialized with String.
-
Undocumented
Declaration
Swift
init?(_ string: String)
View on GitHub
StringInitializable Protocol Reference