mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
change field order
This commit is contained in:
@@ -1860,8 +1860,8 @@ pub fn Env(comptime State: type, comptime WebApis: type) type {
|
||||
|
||||
pub fn UndefinedOr(comptime T: type) type {
|
||||
return union(enum) {
|
||||
value: T,
|
||||
undefined: void,
|
||||
value: T,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user