Function mentat_ffi::changelist_entry_at [] [src]

#[no_mangle]
pub unsafe extern "C" fn changelist_entry_at(
    tx_report: *mut TransactionChange,
    index: c_int
) -> Entid

Returns the value at the provided index as a Entid .

Panics

If there is no value present at the index.