const Half: type = switch (@sizeOf(usize)) { 4 => Elf32_Half, 8 => Elf64_Half, else => @compileError("expected pointer size of 32 or 64"), };
[src]
const Half: type = switch (@sizeOf(usize)) { 4 => Elf32_Half, 8 => Elf64_Half, else => @compileError("expected pointer size of 32 or 64"), };