length

trait Collection[A] {
  def length: Int
}

length devuelve cuántos elementos tiene esta colección.