ArgConvertibleType
public protocol ArgConvertibleType
Any type that extends ArgConvertibleType can be used in ask and choose
-
Create an instance out of a string
Declaration
Swift
static func fromString(string: String) -> Self?
-
Return the display name of a type
Declaration
Swift
static func typeName() -> String