Expand description

This module contains extension traits from slice_of_array.

It is meant to be glob imported, by users who may find it obnoxious to remember the precise names of the traits that each method belongs to.

use slice_of_array::prelude::*;

slice_of_array follows an opinionated policy on what preludes should and should not contain. This prelude will never contain anything that the user will likely want to refer to by name.

Re-exports

pub use super::SliceFlatExt;
pub use super::SliceNestExt;
pub use super::SliceArrayExt;