Skip to content

Version 1.3

Choose a tag to compare

@gossi gossi released this 28 Dec 16:12
· 43 commits to master since this release
  • Added find() method to all collections
  • Added findLast() method to all collections
  • Added findAll() method to all collections
  • Added findIndex() method to lists
  • Added findLastIndex() method to lists
  • Added findKey() method to map
  • Added findLastKey() method to map
  • Bugfix Map::getKey() when values are objects