文書   >   Swift 標準ライブラリ >     Collections   >   Sequence and Collection Protocols   >   Sequence   >   underestimatedCount   >   underestimatedCount
インスタンスメソッド
underestimatedCount
コレクション内の要素の数以下の値。
宣言
var underestimatedCount: Int { get }
議論
複雑さ: コレクションが RandomAccessCollection に準拠している場合 O(1)、そうでなければ、O(n)、ここで n はコレクションの長さです。