StaticForeachDeclNode

Undocumented in source.

Members

Mixins

__anonymous
mixin ConditionalDeclNodeData!(AstType.decl_static_foreach)
Undocumented in source.

Variables

after_body
AstIndex after_body;

Points to the next index after body data

body
AstNodes body;

statements / declaration has at least 1 item

body_start
AstIndex body_start;

Points to the first index that needs to be copied

iterableExpr
AstIndex iterableExpr;

What will be iterated

keyId
Identifier keyId;
Undocumented in source.
parentScope
ScopeIndex parentScope;
Undocumented in source.
valueId
Identifier valueId;
Undocumented in source.

Meta