问题: I have just started to look at the Scala collections library re-implementation which is coming in the imminent 2.8 release. 我刚刚开始研究即将发布的 2.8 版本中的 Scala集合库重新实现 。 Those familiar with the library from 2.7 will notice that the library, from a usage perspective, has changed little. 熟悉2.7中的库的人会注意到,从使用角度来看,库几乎没有变化。 For example... 例如... > List("Paris", "London").map(_.length) res0: List[Int] List(5, 6) ...would work in either versions. ......适用于任何一个版本。 The library is eminently useable : in fact it's fantastic. 图书馆非常实用 :实际上它太棒了。 However, those previously unfamiliar with Scala and poking around to