Instance Propertyswift-algorithms 1.2.1Algorithms
underestimatedCount
The total number of combinations.
var underestimatedCount: Int { get }
The total number of combinations.
var underestimatedCount: Int { get }
s10Algorithms20CombinationsSequenceV19underestimatedCountSivp
What are these?49FOP
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct CombinationsSequence<Base> where Base : Collection
A collection wrapper that generates combinations of a base collection.
@frozen struct Int
A signed integer value type.
var count: Int { get }
The total number of combinations.