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 Solution
s within a SolutionSet
as it must be possible for SolutionSet
s to be
merged.