Discussion 解説
In an empty collection, start
.
空のコレクションでは、start
。
Complexity: O(n), where n is the ratio between unfiltered and filtered collection counts. 計算量:O(n)、ここでnはコレクションのフィルタされないものとフィルタされたもの数の比率です。
Availability
Technology
var startIndex: LazyFilterSequence
<Base>.Index
{ get }
Base
conforms to Collection
.
Base
がCollection
に準拠する時に利用可能です。
In an empty collection, start
.
空のコレクションでは、start
。
Complexity: O(n), where n is the ratio between unfiltered and filtered collection counts. 計算量:O(n)、ここでnはコレクションのフィルタされないものとフィルタされたもの数の比率です。