Subscript

subscript(_:)

Accesses the code unit at the specified position. 指定された位置でのコード単位にアクセスします。

Declaration 宣言

subscript(position: Int) -> UTF16.CodeUnit { get }

Parameters パラメータ

position

The position of the element to access. position must be a valid index of the collection that is not equal to the endIndex property. アクセスする要素の位置。positionはコレクションの有効なインデックスで、endIndexプロパティと等しくないものでなければなりません。

Relationships 関係

From Protocol 由来プロトコル