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)]; }