Function valueIndex [src]

Prototype

pub fn valueIndex(self: Instruction.Index, function: *const Function) u32

Parameters

self: Instruction.Indexfunction: *const Function

Source

pub fn valueIndex(self: Instruction.Index, function: *const Function) u32 { return function.value_indices[@intFromEnum(self)]; }