This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cd70f0620304486fd2ae189b7d552b8339a21a3e
kotlin-fork
/
stdlib
T
History
James Strachan
cd70f06203
added notEmpty() helper method as its very common to want to do something if a collection is not empty; so if (foo.notEmpty()) is easier to read than if (!foo.isEmpty())
2012-02-23 09:24:24 +00:00
..
ktSrc
added notEmpty() helper method as its very common to want to do something if a collection is not empty; so if (foo.notEmpty()) is easier to read than if (!foo.isEmpty())
2012-02-23 09:24:24 +00:00
src
intrinsic renamed to Intrinsic
2012-02-21 15:31:05 +02:00
stdlib.iml
initial module builder API prototype
2011-10-27 20:36:40 +02:00