indices
trait Collection[A] { def indices: Range }
indices は、このコレクションで使われているインデックスで Range を作成します。
Range