Discussion 解説
Complexity: O(1) if the collection conforms to Random
; otherwise, O(n), where n is the length of the collection.
計算量:O(1)、もしコレクションがRandom
に準拠するならば;そうでなければ、O(n)、そこでnはコレクションの長さです。
Availability
Technology
func index(before i: LazyMapSequence
<Base, Element>.Index
) -> LazyMapSequence
<Base, Element>.Index
Base
conforms to BidirectionalCollection
.
Base
がBidirectionalCollection
に準拠する時に利用可能です。
Complexity: O(1) if the collection conforms to Random
; otherwise, O(n), where n is the length of the collection.
計算量:O(1)、もしコレクションがRandom
に準拠するならば;そうでなければ、O(n)、そこでnはコレクションの長さです。