Structure

ReversedCollection.Index

An index that traverses the same positions as an underlying index, with inverted traversal direction. ある基礎をなすインデックスが指すのと同じ幾つかの位置を、逆の走査順で辿っていくインデックス。

Declaration 宣言

@frozen struct Index

Topics 話題

Initializers イニシャライザ

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

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

Operator Functions 演算子関数

Relationships 関係

From Protocol 由来プロトコル

Conforms To 次に準拠

  • Comparable
  • Hashable
    Conforms when Base conforms to BidirectionalCollection and Base.Index conforms to Hashable. BaseBidirectionalCollectionに準拠するそしてBase.IndexHashableに準拠する時に準拠します。