indices
trait Collection[A] { def indices: Range }
indices criar um Range com os índices usados por esta coleção.
Range