join_output_entry_map

Function join_output_entry_map 

Source
pub fn join_output_entry_map<T>(
    map: &[OutputEntry<T>],
    next_map: &[OutputEntry<T>],
) -> Vec<OutputEntry<T>>
where T: Clone + Copy, usize: TryFrom<T>, <usize as TryFrom<T>>::Error: Debug,
Expand description

Joins input/output maps from previous and next operation and returns joined input/output map.

A map is first input map and next_map is second map.