Function aryth::bound::matrix::bound[][src]

pub fn bound<M, R>(mx: M) -> Option<Bound<R::Item>> where
    M: IntoIterator<Item = R>,
    M::IntoIter: Iterator<Item = R>,
    R: IntoIterator,
    R::Item: Copy + PartialOrd,
    R::IntoIter: Iterator<Item = R::Item>,