Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

TypeName

mattt edited this page Dec 21, 2020 · 1 revision

TypeName

The name of a type in an expression.

public enum TypeName

For example, the token Int in the following code:

typealias Number = Int

Inheritance

XcodeTokenKind

Properties

className

var className: String?
Clone this wiki locally