Function yrs::yarray_remove_range
source · #[no_mangle]
pub unsafe extern "C" fn yarray_remove_range(
array: *const Branch,
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.