#[unsafe(no_mangle)]pub unsafe extern "C" fn yarray_remove_range(
array: *const Branch,
txn: *mut Transaction,
index: u32,
len: u32,
)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.