pub fn reference_eval(current: &[u32], next: &[u32]) -> u32
Reference evaluation: returns 1 if the two bitsets differ word-for-word, else 0. Primitive only - doesn’t run the transfer body.
1
0