Macro partition_all

Source
macro_rules! partition_all {
    ($a:expr, $kth:expr) => { ... };
    ($a:expr, $kth:expr, stream = $stream:expr) => { ... };
}
Expand description

Macro generated for the function crate::ops::partition_all. See the function documentation for more details.