Instance Property インスタンスプロパティ

underestimatedCount

A value less than or equal to the number of elements in the sequence, calculated nondestructively. シーケンスの中の要素数より少ないか等しい値、非破壊的に計算されます。

Declaration 宣言

var underestimatedCount: Int { get }

Discussion 議論

The default implementation returns 0. If you provide your own implementation, make sure to compute the value nondestructively. 省略時の実装は、0 を返します。あなたがあなた独自の実装を提供するならば、値を非破壊的に計算することを確実にしてください。