Unsafe[Mutable]Pointer.memory => .pointee

This commit is contained in:
Dmitri Gribenko
2015-11-05 15:45:35 -08:00
committed by Max Moiseev
parent f1dbe205a3
commit 3d0ad16094
44 changed files with 134 additions and 135 deletions

View File

@@ -224,7 +224,7 @@ extension _ArrayBuffer {
// Make another pass to retain the copied objects
var result = target
for _ in bounds {
result.initialize(result.memory)
result.initialize(result.pointee)
++result
}
return result