Function yrs::yarray_quote

source ยท
#[no_mangle]
pub unsafe extern "C" fn yarray_quote(
    array: *const Branch,
    txn: *mut Transaction,
    start_index: u32,
    end_index: u32,
    start_exclusive: i8,
    end_exclusive: i8
) -> *const Weak