Function output_among_inputs

Source
pub fn output_among_inputs<'o, T>(
    outputs: &'o [T],
    inputs: &[T],
) -> Option<&'o T>
where T: Clircle,
Expand description

Finds a common Identifier in the two given slices.