DoxigAlpha

setThreadLocal

Function parameters

Parameters

#
builder:*Builder

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#

= 16

Values

#

Source

Implementation

#
pub fn setThreadLocal(self: Index, thread_local: ThreadLocal, builder: *Builder) void {
    self.ptr(builder).thread_local = thread_local;
}