scala> Array.fill(3){ math.random }
<console>:6: error: value fill is not a member of object Array
Array.fill(3){ math.random }
我在这里错过了什么吗?我无法获得我书中的任何示例,甚至无法从 scala 源代码中编写示例。
Welcome to Scala version 2.7.7final (OpenJDK Server VM, Java 1.6.0_20)