Constant init [src]

Type

MemoryAccessor

Source

pub const init: MemoryAccessor = .{ .mem = switch (native_os) { .linux => .{ .handle = -1 }, else => {}, }, }