Function rename [src]
Prototype
pub fn rename(self: Index, new_name: StrtabString, builder: *Builder) Allocator.Error!void Parameters
self: Indexnew_name: StrtabStringbuilder: *Builder Source
pub fn rename(self: Index, new_name: StrtabString, builder: *Builder) Allocator.Error!void {
return self.ptrConst(builder).global.rename(new_name, builder);
}