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