Skip to main content

Module references

Module references 

Source
Expand description

Reference FFI Functions for JIT

Provides the SetIndexRef operation which mutates an array element in-place through a reference pointer. This is called from JIT code when a &array[index] = value pattern is compiled.

Functionsยง

jit_set_index_ref
Set an array element through a reference pointer.