ktc_dart 1.0.0 copy "ktc_dart: ^1.0.0" to clipboard
ktc_dart: ^1.0.0 copied to clipboard

A package that implemented the features of the `Collections` library of `Kotlin` (v1.5).

1.0.0 #

  • Implement Map.

0.3.0 #

  • Implement Set.
  • Implement Collection library from Kotlin to KtcIterable.
  • Remove all Iterable return methods in KtcList.

0.2.0 #

Updates #

  • Implement List.

0.1.2 #

Amends #

  • Change behavior of >> operator. It returns empty Iterable when count parameter is greater than it's length.

0.1.1 #

Amends #

  • Change whereNotNull to getter.

Fixes #

  • The average returns 0 if the collection is empty.
  • The sum returns 0 if the collection is empty.
  • The sumOf returns 0 if the collection is empty.
  • The windowedAndTransform returns Iterable<R>. I accidentally wrote the wrong return type.

0.1.0 #

Updates #

  • Implement Iterable.
4
likes
120
pub points
31%
popularity

Publisher

unverified uploader

A package that implemented the features of the `Collections` library of `Kotlin` (v1.5).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

meta

More

Packages that depend on ktc_dart