Home
last modified time | relevance | path

Searched defs:GroupBy (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dgroup_by.rs27 pub struct GroupBy<T: DiscreteRanged>(T, usize); struct
46 impl<T: DiscreteRanged> DiscreteRanged for GroupBy<T> { implementation
58 impl<T, R: DiscreteRanged<ValueType = T> + ValueFormatter<T>> ValueFormatter<T> for GroupBy<R> { implementation
64 impl<T: DiscreteRanged> Ranged for GroupBy<T> { implementation
/external/rust/crates/itertools/src/
Dgroupbylazy.rs289 pub struct GroupBy<K, I, F> struct
299 pub fn new<K, J, F>(iter: J, f: F) -> GroupBy<K, J::IntoIter, F> in new() argument
320 impl<K, I, F> GroupBy<K, I, F> impl
337 impl<'a, K, I, F> IntoIterator for &'a GroupBy<K, I, F> implementation