Function tract_hir::infer::helpers::most_specific_shape[][src]

pub fn most_specific_shape<'a, I: IntoIterator<Item = &'a ShapeFactoid>>(
    iter: I
) -> TractResult<Option<&'a ShapeFactoid>>
Expand description

Returns the most specific closed shape out of an iterator.