py_StackRef typedef

py_StackRef = Pointer<py_TValue>

A specific location in the value stack of the VM.

Implementation

typedef py_StackRef = ffi.Pointer<py_TValue>;