Skip to content

Instantly share code, notes, and snippets.

View mirrorsysu's full-sized avatar
🎯
Focusing

_0Mirror mirrorsysu

🎯
Focusing
View GitHub Profile
@mirrorsysu
mirrorsysu / UnsafePointer Converter.swift
Created June 11, 2024 06:50 — forked from codelynx/UnsafePointer Converter.swift
[swift] Unsafe Pointer conversion
//
// Swift UnsafePointer converter
// Kaz Yoshikawa
//
// These code demonstrates how to convert swift pointers to the other forms of pointers.
//
// Source:
// Swift の Array やら ArraySlice やらポインタの変換まとめ
// https://qiita.com/Satachito/items/4c39c9b06304e4d86660
//