Commits

Maxim Moiseev committed 9d0c912c704
Merging `UnsafePointer.deinitializePointee` An optimization should be added in order for the new one to be efficient, i.e. if the `count` value is equal to `1`, the underlying `Builtin.destroy` should be called, instead of `Builtin.destroyArray`.