Instance PropertySwift
underestimatedCount
A value less than or equal to the number of elements in the sequence, calculated nondestructively.
var underestimatedCount: Int { get }
Overview
The default implementation returns 0. If you provide your own implementation, make sure to compute the value nondestructively.