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

index(before:)

A value less than or equal to the number of elements in the collection. このコレクションの中の要素の数より少ないか等しい値。

Declaration 宣言

func index(before i: LazyMapSequence<Base, Element>.Index) -> LazyMapSequence<Base, Element>.Index
Available when Base conforms to BidirectionalCollection. BaseBidirectionalCollectionに準拠する時に利用可能です。

Discussion 解説

Complexity: O(1) if the collection conforms to RandomAccessCollection; otherwise, O(n), where n is the length of the collection. 計算量:O(1)、もしコレクションがRandomAccessCollectionに準拠するならば;そうでなければ、O(n)、そこでnはコレクションの長さです。

Relationships 関係

From Protocol 由来プロトコル