func countByEnumerating (with: UnsafeMutablePointer<NSFastEnumerationState>, objects: AutoreleasingUnsafeMutablePointer<AnyObject?>, count: Int) -> Int
Returns by reference a C array of objects over which the sender should iterate, and as the return value the number of objects in the array.
それに対してセンダーが反復すべきオブジェクトいくつかからなるC配列を参照によって、そして戻り値としてその配列のオブジェクト数で、戻ります。