Instance Method インスタンスメソッド

longCharacterIsMember(_:)

Returns a Boolean value that indicates whether a given long character is a member of the receiver. 与えられたロング文字がレシーバのメンバであるかどうかを指し示すブール値を返します。

Declaration 宣言

func longCharacterIsMember(_ theLongChar: UTF32Char) -> Bool

Parameters パラメータ

theLongChar

A UTF32 character. あるUTF32文字。

Return Value 戻り値

true if theLongChar is in the receiver, otherwise false. true、もしtheLongCharがレシーバの中にあるならば、そうでなければfalse

Discussion 議論

This method supports the specification of 32-bit characters. このメソッドは、32ビット文字の仕様をサポートします。

See Also 参照

Testing Set Membership 集合メンバーシップをテストする