From 212160fa47f03d0c38b66d206ab2042f8256972d Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 20 Dec 2011 17:46:26 +0000 Subject: [PATCH] added Array.to(collection) too, along with simpler more DRY one liners for arrayList(), linkedList() and hashSet() helper functions --- stdlib.ipr | 3 +++ stdlib/ktSrc/JavaUtil.kt | 28 ++++++++++------------------ 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/stdlib.ipr b/stdlib.ipr index 30c354500c5..693c766ab77 100644 --- a/stdlib.ipr +++ b/stdlib.ipr @@ -27,6 +27,9 @@