arr-rs 0.6.0

arr-rs - rust arrays library
Documentation
1
2
3
4
5
6
7
8
pub(crate) use crate::extensions::{
    array_ext::{ArrayExt, ArrayCreateExt, ArrayNumericExt},
    chars_ext::CharsJoin,
    iter_ext::IterSorted,
    tuple_ext::TupleSwap,
    vec_ext::{VecInsertAt, VecRemoveAt, VecUpdateAt, VecReverse, VecSwap},
    vec_sort_ext::VecSort,
};