StructType

class StructType(val name: Identifier) : Type

A type to specify an instance of a specific structure definition.

Constructors

Link copied to clipboard
fun StructType(name: Identifier)

Properties

Link copied to clipboard
val name: Identifier

the identifier at which the struct can be accessed in the current scope.