Skip to content

oplohmann/stiters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

STIters is a little library that adds Smalltalk-style collection iterators to Kotlin. STIters was started as some little initial Kotlin programming exercise. Meanwhile it has become partially obsolete as Kotlin has its own standard library now named stdlib that provides many of the collection iterators found in STIters. Nevertheless, STIters contains some useful iterators in addition and for the time being fixes some problems with iterators in stdlib as included in the Kotlin plugin 0.1.2090 or earlier (see KT-1859). Requires Kotlin 0.1.2090 or newer.

About

Collection of Kotlin extension methods that add Smalltalk-style iterators to Java collection classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages