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
var underestimatedCount: Int
{ get }
Base
conforms to Collection
and Base
.
Element
conforms to Collection
.
Base
がCollection
に準拠するそしてBase
.
Element
がCollection
に準拠する時に利用可能です。
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はコレクションの長さです。