Constant NONE [src]

Source

pub const NONE = switch (native_arch) { .aarch64 => 5, .x86_64 => 13, else => @compileError("unsupported arch"), }