Structure

LazyPrefixWhileCollection.Index

A position in a LazyPrefixWhileCollection or LazyPrefixWhileBidirectionalCollection instance. LazyPrefixWhileCollectionまたはLazyPrefixWhileBidirectionalCollectionインスタンスの中のある位置。

Declaration 宣言

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

Topics 話題

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

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

Operator Functions 演算子関数

Relationships 関係

From Protocol 由来プロトコル

Conforms To 次に準拠

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