Function fmt [src]

Prototype

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

Parameters

self: Indexbuilder: *const Builder

Source

pub fn fmt(self: Index, builder: *const Builder) std.fmt.Formatter(format) { return .{ .data = .{ .attribute_index = self, .builder = builder } }; }