Function fmt [src]

Prototype

pub fn fmt( self: Instruction.Index, function: Function.Index, builder: *Builder, ) std.fmt.Formatter(format)

Parameters

self: Instruction.Indexfunction: Function.Indexbuilder: *Builder

Source

pub fn fmt( self: Instruction.Index, function: Function.Index, builder: *Builder, ) std.fmt.Formatter(format) { return .{ .data = .{ .instruction = self, .function = function, .builder = builder } }; }