Type Alias SolutionIndex

Source
pub type SolutionIndex = u16;
Expand description

An index into a SolutionSet’s solutions slice.

Note that this type is purely provided as a utility. Implementations should not depend on the order of Solutions within a SolutionSet as it must be possible for SolutionSets to be merged.