Struct Field
class StructField( val name: Identifier, val type: Type, val default: Expression?)
Content copied to clipboard
Represents the definition of a field on a structure.
Represents the definition of a field on a structure.