Skip to content

4.14.1

Compare
Choose a tag to compare
@Baptouuuu Baptouuuu released this 18 May 14:21
· 88 commits to develop since this release
4.14.1
5b85b79

Changed

  • All reduce methods now explicit the fact that the callable may not be called when the structure is empty

Fixed

  • A lazy Sequence::slice() no longer loads the whole underlying Generator
  • Innmind\Immutable\Set::matches(), Innmind\Immutable\Sequence::matches() and Innmind\Immutable\Map::matches() no longer iterates over all elements when one value doesn't match the predicate
  • When using yield from in the Generator passed to Sequence::lazy() values may be lost on certain operations