ktc_dart 0.4.1
ktc_dart: ^0.4.1 copied to clipboard
A package that implemented the features of the `Collections` library of `Kotlin` (v1.5).
0.4.1 #
- Change ReadMe.
0.4.0 #
- Implement
Map.
0.3.0 #
- Implement
Set. - Implement
Collectionlibrary fromKotlintoKtcIterable. - Remove all
Iterablereturn methods inKtcList.
0.1.2 #
Amends #
- Change behavior of
>>operator. It returns emptyIterablewhencountparameter is greater than it'slength.