pub(crate) const fn choice_from_msb(value: Word) -> Choice
Returns the truthy value if the most significant bit of value is 1, and the falsy value if it equals 0.
value
1
0