Function bodySlice [src]
Prototype
pub fn bodySlice(zir: Zir, start: usize, len: usize) []Inst.Index
Parameters
zir: Zir
start: usize
len: usize
Source
pub fn bodySlice(zir: Zir, start: usize, len: usize) []Inst.Index {
return @ptrCast(zir.extra[start..][0..len]);
}