Function wren_sys::wrenInsertInList[][src]

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