Function wren_sys::wrenGetListElement
[−]
[src]
pub unsafe extern "C" fn wrenGetListElement(
vm: *mut WrenVM,
list_slot: c_int,
index: c_int,
element_slot: c_int
)