pub fn refSlice(code: Zir, start: usize, len: usize) []Inst.Ref
pub fn refSlice(code: Zir, start: usize, len: usize) []Inst.Ref { return @ptrCast(code.extra[start..][0..len]); }