Contents

init(set:)

Initializes a newly allocated set and adds to it objects from another given set.

Declaration

@nonobjc convenience init(set anSet: NSSet)

Return Value

An initialized objects set containing the objects from set. The returned set might be different than the original receiver.