Skip to content

`takeWhile` , `dropWhile`, and more!

Compare
Choose a tag to compare
@scarf005 scarf005 released this 14 Nov 12:52
· 4 commits to main since this release
75969d5

Added

Many equivalents to Kotlin standard library were added 🎉

Changed

  • added tests for NaN checks in iter.sum() and iter.product().
  • Simplified deno.json again using the new [global-exclude][global-exclude]
    feature.