pub fn eval_operand(
source: &impl WordSource,
operand: &[ShiftedValueIndex],
) -> WordExpand description
Evaluates an operand — the XOR of its shifted-value terms — against any WordSource.
An empty operand evaluates to the zero word, the XOR identity.