Function addRetAttr [src]

Prototype

pub fn addRetAttr(self: *Wip, attribute: Attribute, builder: *Builder) Allocator.Error!void

Parameters

self: *Wipattribute: Attributebuilder: *Builder

Source

pub fn addRetAttr(self: *Wip, attribute: Attribute, builder: *Builder) Allocator.Error!void { try self.addAttr(return_index, attribute, builder); }