pub fn bitset_zero(target: &str, words: u32) -> Program
Build a Program: target[w] = 0 for w in 0..words.
target[w] = 0
w
0..words