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