implements default for feature structs

This commit is contained in:
ashpil
2021-07-08 21:31:41 -04:00
parent 7df0b39eae
commit 871d4e7251
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,
};