mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
for &e, i in array and for k, &v in map (alternative to passing the iterable by pointer)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user