resultCount
The number of results returned by the result group.
Declaration
var resultCount: Int { get }Discussion
For performance reasons, you should use this property rather than checking the count property on results.
The number of results returned by the result group.
var resultCount: Int { get }For performance reasons, you should use this property rather than checking the count property on results.