Skip to content

Version 0.1.6

Compare
Choose a tag to compare
@BSick7 BSick7 released this 13 May 21:13
· 63 commits to master since this release

Added remove methods to List

  • remove(item) - remove item based on reference equality
  • removeWhere(predicate) - remove item based on whether predicate matches item