on Fri Aug 05 2016, Jens Persson <swift-dev-AT-swift.org> wrote:

> I'm trying to understand the new Swift 3 (4?) pointer API and Swift's
> memory model.
>
> More specifically, I'd like to know more about what exactly it means for a
> pointer to be initialized or not.

Sorry to pick nits, but...  every pointer that exists is already
initialized.  What you're asking about, I think, is whether the *memory
referenced by the pointer* is initialized.

-- 
-Dave

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to