GrTypeAliasDefinition

Define the content of a type alias. \ Not to be confused with GrType used by the type system.

type MyNewType = AnotherType;
final
class GrTypeAliasDefinition {}

Members

Variables

fileId
uint fileId;

The file where the type is declared.

isPublic
bool isPublic;

Is the type visible from other files ?

name
string name;

Identifier.

type
GrType type;

The type aliased.

Meta