Contents

AccelerateMutableBuffer

A type that represents a mutable buffer.

Declaration

protocol AccelerateMutableBuffer<Element> : AccelerateBuffer

Overview

If you implement your own type that conforms to AccelerateMutableBuffer and uses the default implementation of withUnsafeMutableBufferPointer(_:), your type needs to return a nonnil result from withContiguousMutableStorageIfAvailable(_:).

Topics

Instance Methods

See Also

Essentials