001: mask bits for which x mod 2 == 0
static final dataMask001 = DataMask((i, j) => (i & 0x01) == 0);