withUnsafeMutablePointerToElements(_:)
Call body with an UnsafeMutablePointer to the Element storage.
Declaration
final func withUnsafeMutablePointerToElements<E, R>(_ body: (UnsafeMutablePointer<Element>) throws(E) -> R) throws(E) -> R where E : Error, R : ~Copyable