superpower 0.2.0 copy "superpower: ^0.2.0" to clipboard
superpower: ^0.2.0 copied to clipboard

discontinued
outdated

Lists and Iterables on steroids! 🦄 Extends List and Collections with negative indices, sortBy(), groupBy(), distinct() etc. Inspired by Kotlin.

0.2.0 #

  • Remove drop() and dropWhile() from $List and $Iterable (use skip() and skipWhile() instead)
  • Add $it() as short form of $Iterable()
  • Add test cases

0.1.3 #

  • Add joinToString(), onEach() and shuffled to $Iterable

0.1.2 #

  • Add mapNotNull() to $Iterable

0.1.1 #

  • Documentation fixes

0.1.0 #

  • First release
2
likes
0
pub points
27%
popularity

Publisher

unverified uploader

Lists and Iterables on steroids! 🦄 Extends List and Collections with negative indices, sortBy(), groupBy(), distinct() etc. Inspired by Kotlin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on superpower