for &e, i in array and for k, &v in map (alternative to passing the iterable by pointer)

This commit is contained in:
gingerBill
2023-06-26 15:20:40 +01:00
parent 19ea090633
commit ea00619c3b
4 changed files with 94 additions and 39 deletions

View File

@@ -209,6 +209,8 @@ struct Entity {
ParameterValue param_value;
Type *for_loop_parent_type;
String thread_local_model;
Entity * foreign_library;
Ast * foreign_library_ident;