Access the i
th element of the raw array pointed to by self
.
SDK
- Xcode 6.3+
Framework
- Swift Standard Library
Declaration
subscript(i: Int) -> Pointee { get }
Discussion
Precondition: self != nil
.
Access the i
th element of the raw array pointed to by self
.
SDK
Framework
subscript(i: Int) -> Pointee { get }
Precondition: self != nil
.
var pointee: Pointee
Access the Pointee
instance referenced by self
.