segmentLength

trait Collection[A] {
  def segmentLength(p: (A) => Boolean, j: Int): Int
}

segmentLength は、j から始めて述語 p を満たす最長の断片の長さを返します。