[][src]Function vote::plurality

pub fn plurality<T>(pref: Preference<T>) -> Results<T> where
    T: PartialEq + Eq + Hash + Clone

The Plurality voting method