文書   >   Swift 標準ライブラリ   >   Collections   >   Supporting Types   >   AnyCollection   >   underestimatedCount
インスタンスプロパティ
underestimatedCount
コレクション内の要素の数以下の値。
宣言
議論
コレクションが RandomAccessCollection に準拠している場合は、複雑さ:O(1)。そうでなければ、O(n)、ここで n はコレクションの長さです。