Unsafe Buffer Pointers

suggest change

Introduction

“A buffer pointer is used for low-level access to a region of memory. For example, you can use a buffer pointer for efficent processing and communication of data between apps and services.”

Excerpt From: Apple Inc. “Using Swift with Cocoa and Objective-C (Swift 3.1 Edition).” iBooks. https://itun.es/us/utTW7.l

You are responsible for handling the life cycle of any memory you work with through buffer pointers, to avoid leaks or undefined behavior.

Remarks

Closely aligned concepts required to complete one’s understanding of (Unsafe) BufferPointers.

(Source, Swiftdoc.org)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents