Skip to content

add adapters, remove `ifor` - breaking changes

Compare
Choose a tag to compare
@hamidb80 hamidb80 released this 26 Apr 18:41
· 79 commits to main since this release
  • remove ifor
  • add custom adapter
  • remove default reducer :: BREAKING CHANGE
  • replace i prefix with to foriseq & iHashset reducers :: BREAKING CHANGE
  • add do:

    just does the given task, nothing else

      let even = (1..10) |> map(it+1).do(echo it).toSeq()