pub const MASK_ALL: Word = Word::MAX; // 18_446_744_073_709_551_615usize
Mask to set all bits to 1 (using two’s complement)