func unsafeAddressOf(_: AnyObject) Return an UnsafePointer to the storage used for object. There's not much you can do with this other than use it to identify the object Declaration func unsafeAddressOf(object: AnyObject) -> UnsafePointer<Void>