Generic Instance Method
総称体インスタンスメソッド
with
withUnsafeBytes(_:)
No overview available.
Availability
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Foundation ファウンデーション
Declaration 宣言
func withUnsafeBytes<ResultType >(_ body: (UnsafeRawBufferPointer
) throws -> ResultType ) rethrows -> ResultType
Available when
Base
conforms to ContiguousBytes
.
Base
がContiguousBytes
に準拠する場合に利用可能です。