Discussion 議論
The left hand side must be a collection. The corresponding predicate compares each value in the left hand side against the right hand side and returns true
when it finds the first match—or false
if no match is found
左手側は、あるコレクションでなければなりません。対応する述部は、左手側の中の各値を右手側に対して比較します、そしてそれが最初の合致するものを見つける時にtrue
を — または合致するものが見つけられないならばfalse
を返します。