Thanks. Passed that along back.

-- E


> On Dec 21, 2015, at 7:47 PM, Joe Groff <jgr...@apple.com> wrote:
> 
> Yeah, instance methods can't be called until `self` is fully initialized, 
> since they may themselves touch the uninitialized instance. In addition to 
> making the function global, you could also make it a static method to 
> preserve namespacing.

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

Reply via email to