protocol
_NSArrayCoreType
Inheritance |
_NSCopyingType, _NSFastEnumerationType, _ShadowProtocol
View Protocol Hierarchy →
|
---|---|
Import |
|
Instance Variables
Instance Methods
func countByEnumeratingWithState(_:objects:count:)
Required
Declaration
func
countByEnumeratingWithState
(
state
:
UnsafeMutablePointer
<
_SwiftNSFastEnumerationState
>
,
objects
:
UnsafeMutablePointer
<
AnyObject
>
,
count
:
Int
) -
>
Int
Declared In
_NSArrayCoreType
, _NSFastEnumerationType
func getObjects(_:range:)
Required
Declaration
func
getObjects
(
_
:
UnsafeMutablePointer
<
AnyObject
>
,
range
:
_SwiftNSRange
)
1 inherited item hidden. (Show all)
A shadow for the "core operations" of NSArray.
Covers a set of operations everyone needs to implement in order to be a useful
NSArray
subclass.