Enumeration Case
列挙ケース
Data
Data.Deallocator.custom(_:)
A custom deallocator.
あつらえのデアロケータ。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
case custom((UnsafeMutableRawPointer
, Int
) -> Void
)