fill

object Collection {
  def fill[A](n1: Int, ..., nm: Int)(a: => A): Collection[ ... Collection[A] ... ]
}

fill は、何らかの計算 a の結果を含む n 次元のコレクションを作成します。