Function addRetAttrIndex [src]

Prototype

pub fn addRetAttrIndex( self: *Wip, attribute_index: Attribute.Index, builder: *const Builder, ) Allocator.Error!void

Parameters

self: *Wipattribute_index: Attribute.Indexbuilder: *const Builder

Source

pub fn addRetAttrIndex( self: *Wip, attribute_index: Attribute.Index, builder: *const Builder, ) Allocator.Error!void { try self.addAttrIndex(return_index, attribute_index, builder); }