Swift の Array やら ArraySlice やらポインタの変換まとめ - Qiita

Swift の以下の型の間で、直接相互に変換できるものを網羅してみる。UnsafeRawPointerUnsafeMutableRawPointerUnsafePointer< Int >U…