mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 12:44:43 +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 {
|
pub fn ArrayBufferRef(comptime kind: ArrayType) type {
|
||||||
return extern struct {
|
return struct {
|
||||||
const Self = @This();
|
const Self = @This();
|
||||||
|
|
||||||
const BackingInt = switch (kind) {
|
const BackingInt = switch (kind) {
|
||||||
|
|||||||
Reference in New Issue
Block a user