Avatar
あと、↓とかもあり得る。 let p: UnsafeBufferPointer<Int> do { let a: FixedSizeArray<Int> = ... p = a.pointer } // 解放 p[0] // 解放済み (edited)