implements default for feature structs

This commit is contained in:
ashpil
2021-07-08 21:31:41 -04:00
committed by Robin Voetter
parent 6a2c379146
commit 0eccd593ce
3 changed files with 25 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ pub const Container = struct {
};
stype: ?[]const u8,
extends: ?[]const []const u8,
fields: []Field,
is_union: bool,
};