package lang

type StructType struct {
	Fields []Field
}
