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