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.