Instance Propertyswift-algorithms 1.2.1Algorithms
count
The total number of combinations.
var count: Int { get }
The total number of combinations.
var count: Int { get }
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 underestimatedCount: Int { get }
The total number of combinations.