pub trait ArgAgg {
fn arg_min(&self) -> Option<usize> { ... }
fn arg_max(&self) -> Option<usize> { ... }
}
This is supported on crate feature
object
only.Expand description
Argmin/ Argmax
pub trait ArgAgg {
fn arg_min(&self) -> Option<usize> { ... }
fn arg_max(&self) -> Option<usize> { ... }
}
object
only.Argmin/ Argmax