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.