Data
extension Data
-
Returns a reference of the raw pointer to the data array and the array size
Declaration
Swift
fileprivate func memory() throws -> (pointer: UnsafeMutableRawPointer, size: Int32)