nim package that provide additional functions for sequences
- Element-wise operators (+, -, *, /)
- Cartesian product (** operator)
- count
- filterWithIndex
- first
- firstWithIndex
- forEach
- forEachIndexed
- last
- lastWithIndex
- mapWithIndex
- maxBy
- minBy
- product
- reduce
- reduceReverse
- reverse
- sortBy
- sum
- uniques
- zipWithIndex
Documentation link