Search code examples
UnsafePointer<UInt8> initializer in Swift 3...

iosswift3unsafe-pointers

Read More
How to pass *uint16 pointer to windows.CreateFile() in Golang...

gocreatefileunsafe-pointers

Read More
How to extract UnsafePointer<CGFloat> from UnsafePointer<CGPoint> - Swift...

swiftunsafe-pointers

Read More
How to invoke a mutating method on an unsafe pointer in Swift?...

swiftunsafe-pointers

Read More
Improve performance of Bitconverter.ToInt16...

c#unsafe-pointersbitconverter

Read More
Is there a way to utilize Swift commands within a low-level C method call?...

swiftunsafe-pointerscvpixelbufferunsafemutablepointer

Read More
How to get an array from a C function in Swift?...

swiftinteropunsafe-pointers

Read More
How to pass argument in Swift to C function that takes an UnsafePointer?...

swiftinteropunsafe-pointers

Read More
Understanding UnsafeRawPointer in objc_setAssociatedObject...

objective-cswiftunsafeunsafe-pointersassociated-object

Read More
How to get a pointer of an interface...

gounsafe-pointers

Read More
unexpectedly found nil while unwrapping an Optional value while reading from DS with fromCString...

swiftsqlitenullunsafe-pointers

Read More
'UnsafePointer<Int8>' is not convertible to 'UnsafePointer<_>...

swiftlibssh2unsafe-pointers

Read More
How do I convert an array of UnsafeMutablePointer<Double> to an array of Double?...

swiftunsafe-pointers

Read More
Is it possible to get from Any type his UnsafeRawPointer and length?...

swiftunsafe-pointers

Read More
How to extend String's UnsafePointer<Int8> initializer to accept NULL pointers?...

swiftstringpointersunsafe-pointers

Read More
Swift 5.0: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(...)...

swiftdeprecatedunsafe-pointers

Read More
UnsafeMutablePointer<CFTypeRef> in Swift 3...

swiftswift3core-foundationunsafe-pointersunsafemutablepointer

Read More
How to copy a pointer to an array in Swift?...

cswiftpointersunsafe-pointers

Read More
Cast to different C struct unsafe pointer in Swift...

swiftswift3unsafe-pointers

Read More
What is the most efficient and portable way to define an order on pointers?...

pointersgounsafe-pointers

Read More
Are these memory functions the same for Swift 5 Conversion UnsafeBufferPointer...

swiftgenericsunsafe-pointersunsafemutablepointer

Read More
'withUnsafeBytes' is deprecated warning when passing void* argument to c function in swift 5...

cswiftunsafe-pointers

Read More
How to store data from an UnsafeMutablePointer in the iOS file system...

iosswiftunsafe-pointers

Read More
Xcode 10 Swift build error: "Converting non-escaping value to 'T' may allow it to escap...

iosswiftxcodeunsafe-pointers

Read More
Type conversion from byte slice to struct with unsafe...

gotypesunsafe-pointers

Read More
Dereferencing raw pointer with explicit annotation in Rust...

pointersmemory-managementrustunsafe-pointers

Read More
EXC_ARM_DA_ALIGN when reading from NSData in Swift...

iosswiftunsafe-pointers

Read More
How to copy memory to an UnsafeMutableRawPointer starting from an index in Swift?...

swiftpointersunsafe-pointersunsafemutablepointer

Read More
Casting UnsafeRawPointer to CGImage from C function that returns a CGImageRef Crashes Swift 4...

iosswiftcastingcgimageunsafe-pointers

Read More
c#: Copying between a double[] array and another array which is not a double[] using unsafe pointers...

c#arraysunsafe-pointers

Read More
BackNext