Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@michaelbull michaelbull released this 12 Dec 21:01
· 2 commits to master since this release
  • Update Gradle to 8.11.1 (c3ffecf)
  • Update Kotlin to 2.1.0 (3688a51)
  • Avoid creating sequences when emptySequence is known result (0a2c4ec)
  • Return empty sequence when computing product with an empty inner list (960f7a9)
  • Increase unit test coverage (a6b798f)
  • Return empty list sequence in combinations & permutations (017ee7e)
    • This change ensures a Sequence containing a single emptyList is returned when calling the combinations or permutations function with:
      1. An empty list as the receiver
      2. A length of 0