Generic Structure

DefaultIndices

A collection of indices for an arbitrary collection 不定なコレクションのためのインデックスのコレクション

Declaration 宣言

@frozen struct DefaultIndices<Elements> where Elements : Collection

Topics 話題

Type Aliases 型エイリアス

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Subscripts 添え字

Relationships 関係

Conforms To 次に準拠

  • BidirectionalCollection
    Conforms when Elements conforms to BidirectionalCollection. ElementsBidirectionalCollectionに準拠する時に準拠します。
  • Collection