文書 > Swift 標準ライブラリ > Collections > Supporting Types > AnyIterator > underestimatedCount
インスタンスプロパティ
underestimatedCount
シーケンス内の要素の数以下の値を、非破壊的に返します。
宣言
var underestimatedCount: Int { get }
議論
複雑さ:O(n)
XCode 9.3 日本語化計画:Swift 標準ライブラリ underestimatedCount
文書 > Swift 標準ライブラリ > Collections > Supporting Types > AnyIterator > underestimatedCount
シーケンス内の要素の数以下の値を、非破壊的に返します。
var underestimatedCount: Int { get }
複雑さ:O(n)