Function getAliasee [src]
Prototype
pub fn getAliasee(self: Index, builder: *const Builder) Global.Index
Parameters
self: Index
builder: *const Builder
Source
pub fn getAliasee(self: Index, builder: *const Builder) Global.Index {
const aliasee = self.ptrConst(builder).aliasee.getBase(builder);
assert(aliasee != .none);
return aliasee;
}