pub fn count_valid(
codes: &[&str],
alphabet: &Alphabet,
expected_length: usize,
damm_table: &DammTable,
) -> usizeExpand description
Count valid codes in a batch.
More efficient than validating all and counting, as it can short-circuit.