MemoryAccessor
Fields of this type
Fields
- mem:switch (native_os) { .linux => File, else => void, }
Functions in this namespace
Functions
= .{ .mem = switch (native_os) { .linux => .{ .handle = -1 }, else => {}, }, }
Values
- init
- = .{ .mem = switch (native_os) { .linux => .{ .handle = -1 }, else => {}, }, }