This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // 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 | |
| // |