struct Function\r
{\r
std::string name;\r
- std::vector<std::string> genericTypeNames;\r
- std::vector<std::vector<Type>> genericInstantiations;\r
Type returnType;\r
std::vector<Variable> parameters;\r
bool defined;\r
+\r
+ std::vector<std::string> genericTypeNames;\r
+ std::vector<std::vector<Type>> genericInstantiations;\r
+\r
Body body;\r
};\r
\r