protocol
_NSSetType
Inheritance |
_NSCopyingType, _NSFastEnumerationType, _NSSetCoreType, _ShadowProtocol
View Protocol Hierarchy →
|
---|---|
Import |
|
Initializers
1 inherited item hidden. (Show all)
Instance Variables
1 inherited item hidden. (Show all)
Instance Methods
Declaration
func
copyWithZone
(
zone
:
_SwiftNSZone
) -
>
AnyObject
Declared In
_NSCopyingType
, _NSSetCoreType
Declaration
func
countByEnumeratingWithState
(
state
:
UnsafeMutablePointer
<
_SwiftNSFastEnumerationState
>
,
objects
:
UnsafeMutablePointer
<
AnyObject
>
,
count
:
Int
) -
>
Int
Declared In
_NSFastEnumerationType
, _NSSetCoreType
4 inherited items hidden. (Show all)
A shadow for the API of NSSet we will use in the core stdlib.
NSSet
operations, in addition to those on_NSSetCoreType
, that we need to use from the core stdlib. Distinct from_NSSetCoreType
because we don't want to be forced to implement operations thatNSSet
already supplies.