func characterIsMember (unichar) -> Bool
Returns a Boolean value that indicates whether a given character is in the receiver.
与えられた文字がレシーバの中にあるかどうかを指し示すブール値を返します。
func hasMemberInPlane (UInt8) -> Bool
Returns a Boolean value that indicates whether the receiver has at least one member in a given character plane.
レシーバが少なくとも1つのメンバをある与えられた文字面に持つかどうかを指し示すブール値を返します。
func longCharacterIsMember (UTF32Char) -> Bool
Returns a Boolean value that indicates whether a given long character is a member of the receiver.
与えられたロング文字がレシーバのメンバであるかどうかを指し示すブール値を返します。