align on inline (as opposed to expand)

This commit is contained in:
2026-08-02 21:14:01 +02:00
parent d693711a59
commit 7616b4dcff
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ EnumFieldStruct proc($E, $Field type, $default ?Field) type {
names [info.fields.len]mut []u8 = undefined
field_types [info.fields.len]mut type = undefined
defaults [info.fields.len]mut ?Field = undefined
expand for info.fields |field, index| {
inline for info.fields |field, index| {
names[index] = field.name
field_types[index] = Field
defaults[index] = default