Function fmt [src]
Prototype
 pub fn fmt(self: Index, builder: *const Builder) std.fmt.Alt(FormatData, format)  Parameters
self: Indexbuilder: *const Builder Source
 pub fn fmt(self: Index, builder: *const Builder) std.fmt.Alt(FormatData, format) {
    return .{ .data = .{ .global = self, .builder = builder } };
}