sequtils2
Additional functions for sequences that are not present in sequtils
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:23 |
Tags
Installation
nimble install sequtils2
choosenim install sequtils2
git clone https://github.com/Michedev/sequtils2
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| sequtils2 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/Michedev/sequtils2 |
|---|---|
| Homepage | https://htmlpreview.github.io/?https://github.com/Michedev/sequtils2/blob/master/sequtils2.html |
| Registry Source | nimble_official |
README
sequtil2
nim package that provide additional functions for sequences
Function provided by sequtils2:
- 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