removed the create() methods; added linkedList<T>(varargs) helper method and made filter/flatMap/map all allow an optional argument for the kind of collection to filter/flatMap/map into. I've temporarily commented out Alex's implementation of Iterable.filter in Filters.kt as I was getting all kinds of compile error messages. Will discuss this on the list & how better to organise the functions into files

This commit is contained in:
James Strachan
2011-12-20 16:28:18 +00:00
parent d37c6976b1
commit fee6bed2d4
5 changed files with 50 additions and 34 deletions
+1
View File
@@ -1,5 +1,6 @@
namespace test.collections
import std.*
import std.io.*
import std.util.*
import std.test.*