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