Enumeration Case 列挙ケース

NSComparisonPredicate.Operator.in

A predicate to determine if the left hand side is in the right hand side. 左手側が右手側に含まれるかを決定する述部。

Declaration 宣言

case `in` = 10

Discussion 議論

For strings, returns true if the left hand side is a substring of the right hand side . For collections, returns true if the left hand side is in the right hand side . 文字列に対して、trueを返します、もし左手側が右手側の下位文字列であるならば。コレクションに対して、trueを返します、もし左手側が右手側の中ならば。