Discussion 議論
Complexity: O(1) if the collection conforms to Random
; otherwise, O(n), where n is the length of the collection.
計算量:コレクションがRandom
に準拠するならば、O(1);そうでなければ、O(n)、そこでnはコレクションの長さです。
Availability 有効性
Technology
var underestimatedCount: Int
{ get }
Complexity: O(1) if the collection conforms to Random
; otherwise, O(n), where n is the length of the collection.
計算量:コレクションがRandom
に準拠するならば、O(1);そうでなければ、O(n)、そこでnはコレクションの長さです。