pub(crate) const fn choice_from_mask(value: Word) -> Choice
Returns the truthy value if value == Word::MAX, and the falsy value if value == 0.
value == Word::MAX
value == 0