Function aryth::indicator::vector::max_by[][src]

pub fn max_by<I, T, F>(vec: I, indicator: F) -> Option<T> where
    I: IntoIterator + Sized,
    I::IntoIter: Iterator<Item = I::Item>,
    F: Fn(I::Item) -> T,
    T: Ord