macro_rules! argpartition_all {
($a:expr, $kth:expr) => { ... };
($a:expr, $kth:expr, stream = $stream:expr) => { ... };
}
Expand description
Macro generated for the function crate::ops::argpartition_all
. See the function documentation for more details.