Contents

withAAEncodedData(_:)

Executes a closure with encoded data.

Declaration

func withAAEncodedData<R>(_ body: (UnsafeBufferPointer<UInt8>) throws -> R) rethrows -> R

Parameters

  • body:

    The closure the function executes.