Structure

FlattenSequence.Index

A position in a FlattenCollection FlattenCollectionの中のある位置。

Declaration 宣言

@frozen struct Index
Available when Base conforms to Collection and Base.Element conforms to Collection. BaseCollectionに準拠するそしてBase.ElementCollectionに準拠する時に利用可能です。

Topics 話題

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

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

Operator Functions 演算子関数

Relationships 関係

From Protocol 由来プロトコル

Conforms To 次に準拠

  • Comparable
  • Equatable
  • Hashable
    Conforms when Base conforms to Collection, Base.Element conforms to Collection, Base.Index conforms to Hashable, and Base.Element.Index conforms to Hashable. BaseCollectionに準拠する、Base.ElementCollectionに準拠する、Base.IndexHashableに準拠する、そしてBase.Element.IndexHashableに準拠する時に準拠します。