Skip to content

4.13.0

Compare
Choose a tag to compare
@Baptouuuu Baptouuuu released this 10 Apr 09:40
· 102 commits to develop since this release
4.13.0
71b06b8

Added

  • Innmind\Immutable\Maybe::memoize()
  • Innmind\Immutable\Either::memoize()
  • Innmind\Immutable\Sequence::memoize()
  • Innmind\Immutable\Set::memoize()
  • Innmind\Immutable\Sequence::toSet()
  • Innmind\Immutable\Sequence::dropWhile()
  • Innmind\Immutable\Sequence::takeWhile()

Changed

  • Monads templates are now covariant