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