The typed buffer to convert to a raw buffer. The buffer’s type T
must be a trivial type.
新しいバッファへと変換されることになる型付バッファ。バッファのもつ型T
は、自明型でなければなりません。
Generic Initializer
init(_:)
Creates a raw buffer over the contiguous bytes in the given typed buffer.
指定された型付バッファの中の隣接バイトすべてを覆う生のバッファを作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init<T>(_ buffer: UnsafeMutableBufferPointer
<T>)
Parameters パラメータ
buffer