DoxigAlpha

format

Function parameters

Parameters

#
w:*Writer

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#

= 16

Values

#

Source

Implementation

#
fn format(data: FormatData, w: *Writer) Writer.Error!void {
    for (data.attributes.slice(data.builder)) |attribute_index| try Attribute.Index.format(.{
        .attribute_index = attribute_index,
        .builder = data.builder,
        .flags = data.flags,
    }, w);
}