Struct

fun Struct(    name: Identifier,     fields: Array<StructField>,     methods: Array<StructMethod>)