Function fmt [src]

Prototype

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

Parameters

self: Valuefunction: Function.Indexbuilder: *Builder

Source

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