Function yrs::yarray_remove_range[][src]

#[no_mangle]
pub unsafe extern "C" fn yarray_remove_range(
    array: *const Array,
    txn: *mut Transaction,
    index: c_int,
    len: c_int
)
Expand description

Removes a len of consecutive range of elements from current array instance, starting at a given index. Range determined by index and len must fit into boundaries of an array, otherwise it will panic at runtime.