Skip to main content

split_sections

Function split_sections 

Source
pub fn split_sections(
    a: impl AsRef<Array>,
    indices: &[i32],
    axis: impl Into<Option<i32>>,
) -> Result<Vec<Array>>
👎Deprecated since 0.26.0:

renamed to split_at_indices

Expand description

Compatibility alias for split_at_indices.