Function name [src]
Prototype
pub fn name(self: Instruction.Index, function: *const Function) String
Parameters
self: Instruction.Index
function: *const Function
Source
pub fn name(self: Instruction.Index, function: *const Function) String {
return function.names[@intFromEnum(self)];
}