Swift 標準ライブラリ >     IndexableBase   >   subscript(_:)
サブスクリプト
subscript(_:)
指定された位置にある要素にアクセスします。
宣言
パラメータ
bounds | collection のインデックスの範囲。bounds (範囲) の上限と下限は、collection の有効なインデックスでなければなりません。 |
議論
複雑さ: O(1)
前提条件:(startIndex...endIndex).contains(bounds.lowerBound) 及び (startIndex...endIndex).contains(bounds.upperBound)