DoxigAlpha

setGlobalVariableExpression

Function parameters

Parameters

#
builder:*Builder

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#

= 16

Values

#

Source

Implementation

#
pub fn setGlobalVariableExpression(self: Index, expression: Metadata, builder: *Builder) void {
    self.ptrConst(builder).global.setDebugMetadata(expression, builder);
}