prefixLength
trait Collection[A] { def prefixLength(p: (A) => Boolean): Int }
prefixLength は、述語 p を満たす最長の接尾辞要素の長さを返します。
p