Skip to content

nim package that provide additional functions for sequences

License

Notifications You must be signed in to change notification settings

Michedev/sequtils2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

nim package that provide additional functions for sequences

Resources

License

Stars

Watchers

Forks

Packages

No packages published