Skip to content

v3.1.0 Minor feature and bug-fix release

Compare
Choose a tag to compare
@dadhi dadhi released this 10 May 19:33
· 542 commits to master since this release

v3.1.0 Minor feature and bug-fix release

  • fixed: #44 the Im(Hash)Map.Entry methods should return the entry type but now return the map type
  • fixed: Excessive memory consumption and potential issue in ArrayTools.Match for 2 items
  • added: More efficient Im(Hash)Map ToArray() method
  • added: ImHashMap ForEach with the struct IHandler
  • added: ArrayTools.AppendNonEmpty and PrependToNonEmpty methods