Expand description
a collection of useful features for working with arrays
Modules§
Traits§
- Array
- Turn a tuple into a array. Implemented for N≤32
- Array
Tools - Array tools.
- Chunked
- 🍪
- Collect
Array - Collect an iterator into a array.
- Couple
- Couple two arrays together.
- Deconstruct
- Deconstruct some array. Use
- Flatten
- Flatten arrays.
- Join
- Join scalars together.
- Slice
- Slicing arrays up.
- Split
- Splitting arrays up.
- Tuple
- Turn a array into a tuple. Implemented for N≤32
- Zip
- Zip arrays together.