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