Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 519 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 519 Bytes

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