Function wren_sys::wrenSetListElement[][src]

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