Skip to content

v0.8.0-dev.1

Compare
Choose a tag to compare
@passsy passsy released this 27 Apr 08:36
· 104 commits to master since this release
  • #124 KtList.of and KtSet.of now allow null as parameters. Same for listOf and setOf
  • #120 Standard extensions let, also, takeIf and takeUnless
  • #120 TODO([String message]) top-level function which throws NotImplementedException
  • #120 repeat(int times, void Function(int) action) top-level function
  • #126 Allow const .empty() constructors for KtList, KtMap and KtSet (Thanks @TimWhiting)
  • #127 plus, minus operator overrides for KtSet, returning KtSet and not KtList as the KtIterable operators do