pub fn matrix_hamming_distance(a: &[Vec<bool>], b: &[Vec<bool>]) -> usize
Compute the Hamming distance between two boolean matrices.