Function Parser.parseStructDeclaration
Parses a StructDeclaration
structDeclaration: 'struct' Identifier (templateParameters constraint?)? (structBody | ';') | 'struct' structBody ;
Parses a StructDeclaration
structDeclaration: 'struct' Identifier (templateParameters constraint?)? (structBody | ';') | 'struct' structBody ;