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.
- Drop
Front - Remove the first element of a array. The opposite of
Trunc
. - Flatten
- Flatten arrays.
- Join
- Join scalars together.
- Pop
- Pop parts of a array. Use
- Slice
- Slicing arrays up.
- Split
- Splitting arrays up.
- Trunc
- Removes the last element of a array. The opposite of
DropFront
. - Tuple
- Turn a array into a tuple. Implemented for N≤32