TypeName - XcodeExtKit/XcodeExtBase GitHub Wiki

TypeName

any type name, for ex "Str?"

public struct TypeName: SwiftT

Inheritance

SwiftT

Initializers

init(_:optional:)

init(_ type: Str, optional: Bool = false)

Properties

type

String, Int, etc

var type: Str

optional

var optional: Bool

str

"Str?"

var str: Str