Function ptrConst [src]
Prototype
pub fn ptrConst(self: Index, wip: *const WipFunction) *const Block Parameters
self: Indexwip: *const WipFunction Source
pub fn ptrConst(self: Index, wip: *const WipFunction) *const Block {
return &wip.blocks.items[@intFromEnum(self)];
}