type MleEvaluationAndPrefixBits<F> = (F, Vec<bool>);
Type alias for an MLE evaluation and its prefix bits, as this type is used throughout the combining code.