mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
extern struct -> struct
This commit is contained in:
@@ -91,7 +91,7 @@ pub const ArrayType = enum(u8) {
|
||||
};
|
||||
|
||||
pub fn ArrayBufferRef(comptime kind: ArrayType) type {
|
||||
return extern struct {
|
||||
return struct {
|
||||
const Self = @This();
|
||||
|
||||
const BackingInt = switch (kind) {
|
||||
|
||||
Reference in New Issue
Block a user