pub fn output_among_inputs<'o, T>( outputs: &'o [T], inputs: &[T], ) -> Option<&'o T>where T: Clircle,
Finds a common Identifier in the two given slices.
Identifier