No description
Find a file
2019-09-26 18:45:58 +02:00
tests add - and / as operators 2019-09-19 16:06:13 +02:00
.gitignore First commit 2017-12-01 15:35:34 +01:00
LICENSE Initial commit 2017-12-01 15:35:49 +01:00
README.md fake commit in order to add tag 2019-09-26 18:45:58 +02:00
sequtils2.html update documentation and version 2019-09-26 18:32:01 +02:00
sequtils2.nim update documentation and version 2019-09-26 18:32:01 +02:00
sequtils2.nimble update documentation and version 2019-09-26 18:32:01 +02:00

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