Struct parry::evaluation::Max
[−]
[src]
pub struct Max;
pub struct Max;
impl Reduce<f32> for Maxtype Output = Option<f32>type Scalar = Maxfn expected_length(&self) -> Lengthfn split(self) -> (Max, Max, Max)fn reduce<X>(&mut self, vals: X) -> Self::Output where X: Iterator<Item=f32>impl ReduceScalar<Option<f32>> for Maximpl Reduce<f64> for Maxtype Output = Option<f64>type Scalar = Maxfn expected_length(&self) -> Lengthfn split(self) -> (Max, Max, Max)fn reduce<X>(&mut self, vals: X) -> Self::Output where X: Iterator<Item=f64>impl ReduceScalar<Option<f64>> for Max