withAAEncodedData(_:)
Executes a closure with encoded data.
Declaration
func withAAEncodedData<R>(_ body: (UnsafeBufferPointer<UInt8>) throws -> R) rethrows -> RParameters
- body:
The closure the function executes.
Executes a closure with encoded data.
func withAAEncodedData<R>(_ body: (UnsafeBufferPointer<UInt8>) throws -> R) rethrows -> RThe closure the function executes.