Subscript

subscript(_:)

Access the ith element of the raw array pointed to by self. selfによって指し示される生の配列のi番目の要素にアクセスします。

Declaration 宣言

subscript(i: Int) -> Pointee { get }

Discussion 解説

Precondition: self != nil. 前提条件:self != nil

See Also 参照

Accessing a Pointer's Memory ポインタの持つメモリにアクセスする