Contents

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.

Return Value

true if theLongChar is in the receiver, otherwise false.

Discussion

This method supports the specification of 32-bit characters.

See Also

Testing Set Membership