Contents

minus(_:)

Removes each object in another given ordered set from the receiving mutable ordered set, if present.

Declaration

func minus(_ other: NSOrderedSet)

Parameters

  • other:

    The ordered set of objects to remove from the receiving set.

See Also

Combining and Recombining Entries