protocol
_NSFastEnumerationType
Inheritance |
_ShadowProtocol
View Protocol Hierarchy →
|
---|---|
Import |
|
Instance Methods
func countByEnumeratingWithState(_:objects:count:)
Required
Declaration
func
countByEnumeratingWithState
(
state
:
UnsafeMutablePointer
<
_SwiftNSFastEnumerationState
>
,
objects
:
UnsafeMutablePointer
<
AnyObject
>
,
count
:
Int
) -
>
Int
A shadow for the
NSFastEnumeration
protocol.