Skip to content

AppType

Type arguments applied to a type, such as Array[Int].

Inherits from: TypeExpr

Fields

args @ Array[TypeArg]

The type arguments.

base @ TypeExpr

The type the arguments apply to.