Function wren_sys::wrenInsertInList [] [src]

pub unsafe extern "C" fn wrenInsertInList(
    vm: *mut WrenVM,
    list_slot: c_int,
    index: c_int,
    element_slot: c_int
)