summaryrefslogtreecommitdiff
path: root/test/files/run/collection-conversions.check
Commit message (Collapse)AuthorAgeFilesLines
* Parallelize convertTo in parallel collection.Aleksandar Prokopec2012-06-271-0/+22
|
* Adding copyInto and toVector methods to collections.Josh Suereth2012-06-181-0/+104
* Added generic copyInto method for collections. For any collection with a CanBuildFrom, can convert a generic collection into it using the builder. * Added specifici toVector method for collections. This is more efficient than copyInto if the collection is a Vector.