2013-01-15 ScalaでListをArrayにコピー val list = List("a", "b", "c") var array = new Array[String](list.length) for( Pair(i, c)